summaryrefslogtreecommitdiff
path: root/meta-amd
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-11-09 13:06:40 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-11-30 00:38:22 +0300
commit683d5944dc5ca07650faf26d4d6eb77db58492c1 (patch)
treee490a4eb50c47f583867e383f2f8676f1baa5a0f /meta-amd
parent6a0b3d3b74b6af3113a48b424261b4001350e1d6 (diff)
downloadopenbmc-683d5944dc5ca07650faf26d4d6eb77db58492c1.tar.xz
meta-ethanolx: switch u-boot to 2019.04
Switch the u-boot branch from the 2016.07-aspeed-openbmc to the 2019.04-aspeed-openbmc. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I7f17b31abe32c374b01cb037ba03ed2608c1190d
Diffstat (limited to 'meta-amd')
-rw-r--r--meta-amd/meta-ethanolx/conf/machine/ethanolx.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf b/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf
index bc62aece05..dd6ef518ac 100644
--- a/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf
+++ b/meta-amd/meta-ethanolx/conf/machine/ethanolx.conf
@@ -2,11 +2,8 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.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:ethanolx = "ast_g5_phy_config"
+UBOOT_DEVICETREE = "ast2500-evb"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc