From 8d1b6a0cfbe1485353d72ea546dba1ee8ea67646 Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 16 Feb 2022 16:07:58 +1030 Subject: 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 Change-Id: Icef427718958bf19ee75fec906cf0476f5d37138 --- meta-aspeed/conf/machine/evb-ast2600.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-aspeed') 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 -- cgit v1.2.3