summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-03-17 08:16:02 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-17 17:03:13 +0300
commit60eef7aff2bef8c672846f51b578386b75fb236f (patch)
treea4d6db4877bf92618fba779626e51860766b6385 /meta-ibm/meta-witherspoon
parent1a04b621baf9585f0021eb939b4b2f560563c654 (diff)
downloadopenbmc-60eef7aff2bef8c672846f51b578386b75fb236f.tar.xz
meta-ibm: Configure rainier machine for new u-boot
This selects the ast2600 openbmc u-boot configuration and the rainier device tree. (From meta-ibm rev: d3ed8678c77cd88a1953721b053f4fc6c1918fd1) Change-Id: Id97193d6f19e5e6b7e796880d13976417e79f92c Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-ibm/meta-witherspoon')
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/rainier.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/rainier.conf b/meta-ibm/meta-witherspoon/conf/machine/rainier.conf
index 78ffbbc82b..1f8c21e73a 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/rainier.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/rainier.conf
@@ -1,5 +1,6 @@
KERNEL_DEVICETREE = "aspeed-bmc-ibm-rainier.dtb"
-UBOOT_MACHINE = "evb-ast2600_defconfig"
+UBOOT_MACHINE = "ast2600_openbmc_defconfig"
+UBOOT_DEVICETREE = "ast2600-rainier"
OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3"