summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2020-03-17 08:16:22 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-03-17 17:03:15 +0300
commit859d5b59c0e84a197c412c9a346affa4ea0f90f4 (patch)
treef2592009e3c0f670f02fe2283ab597ded5f567b6 /meta-ibm/meta-witherspoon
parent60eef7aff2bef8c672846f51b578386b75fb236f (diff)
downloadopenbmc-859d5b59c0e84a197c412c9a346affa4ea0f90f4.tar.xz
meta-ibm: Configure tacoma machine for new u-boot
This selects the ast2600 openbmc u-boot configuration and the tacoma device tree. (From meta-ibm rev: b36b9ebc7f25a7d86d5c0e1cec81f156633921bd) Change-Id: I079fc3d82ae1a453719923c743f58dd2c529968d 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/witherspoon-tacoma.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
index a57d1424db..765c0684ab 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/witherspoon-tacoma.conf
@@ -1,5 +1,6 @@
KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
-UBOOT_MACHINE = "evb-ast2600_defconfig"
+UBOOT_MACHINE = "ast2600_openbmc_defconfig"
+UBOOT_DEVICETREE = "ast2600-tacoma"
IMAGE_FSTYPES += "ext4"