summaryrefslogtreecommitdiff
path: root/meta-aspeed
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-02-16 08:23:33 +0300
committerJoel Stanley <joel@jms.id.au>2022-02-17 13:37:51 +0300
commit7d75b9b68370374db00e9c99b5406ebb6b18512f (patch)
treeeb54a0e4a607947073cf0bf1a1f6f9387b4210b4 /meta-aspeed
parent6e42060920a1d0a2352b0dd67ba8c1eb3287a66b (diff)
downloadopenbmc-7d75b9b68370374db00e9c99b5406ebb6b18512f.tar.xz
aspeed: evb-ast2500: Use 2019.04-openbmc-aspeed u-boot branch
The old 2016.09 branch is unmaintained. ASPEED have support for the 2500 in the SDK, so use that instead. Change-Id: Iece96616d24ac21028e91695e0c8ab86d9ade1a9 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/conf/machine/evb-ast2500.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-aspeed/conf/machine/evb-ast2500.conf b/meta-aspeed/conf/machine/evb-ast2500.conf
index ebb8b0be04..6946c52e5b 100644
--- a/meta-aspeed/conf/machine/evb-ast2500.conf
+++ b/meta-aspeed/conf/machine/evb-ast2500.conf
@@ -1,10 +1,7 @@
KERNEL_DEVICETREE = "aspeed-ast2500-evb.dtb"
-PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
-PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
-PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
-
-UBOOT_MACHINE = "ast_g5_phy_config"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
+UBOOT_DEVICETREE = "ast2500-evb"
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-evb-common.inc