summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-02-16 08:37:58 +0300
committerJoel Stanley <joel@jms.id.au>2022-02-17 13:37:51 +0300
commit8d1b6a0cfbe1485353d72ea546dba1ee8ea67646 (patch)
tree298cbd4c83ce092f020d91842464088e52fb5639 /meta-aspeed
parent7d75b9b68370374db00e9c99b5406ebb6b18512f (diff)
downloadopenbmc-8d1b6a0cfbe1485353d72ea546dba1ee8ea67646.tar.xz
aspeed: evb-ast2600: Use unversioned device tree
The EVB build is currently using the A1 device tree. Use the plain ast2600-evb.dts, as this represents the production silicon. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Icef427718958bf19ee75fec906cf0476f5d37138
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/conf/machine/evb-ast2600.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-aspeed/conf/machine/evb-ast2600.conf b/meta-aspeed/conf/machine/evb-ast2600.conf
index e0aa2cdce3..5fbc71e8be 100644
--- a/meta-aspeed/conf/machine/evb-ast2600.conf
+++ b/meta-aspeed/conf/machine/evb-ast2600.conf
@@ -1,6 +1,7 @@
KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
+
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
-UBOOT_DEVICETREE = "ast2600a1-evb"
+UBOOT_DEVICETREE = "ast2600-evb"
SPL_BINARY = "spl/u-boot-spl.bin"
require conf/machine/include/ast2600.inc