summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-07-08 09:37:19 +0300
committerAdriana Kobylak <anoo@linux.ibm.com>2022-08-12 22:26:47 +0300
commitcb1f72128d35f4aa88c6f959475713cf1c1a998d (patch)
tree57e40123227b43e7b565718512659cf6d246f757 /meta-ibm
parent6a10407f14c69b9b11d4c58b942ad5e3ce83fb21 (diff)
downloadopenbmc-cb1f72128d35f4aa88c6f959475713cf1c1a998d.tar.xz
ibm: romulus: Use v2019.04-aspeed-openbmc u-boot tree
The OpenBMC u-boot tree now has support for the AST2500 based Romulus and can use a single configuration for NCSI and non-NCSI boards. Change-Id: I6daa155fcafa0128b119d67bf47cf629ac4b7977 Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-romulus/conf/machine/romulus.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-ibm/meta-romulus/conf/machine/romulus.conf b/meta-ibm/meta-romulus/conf/machine/romulus.conf
index c2a24ff86f..5fe2a9b18d 100644
--- a/meta-ibm/meta-romulus/conf/machine/romulus.conf
+++ b/meta-ibm/meta-romulus/conf/machine/romulus.conf
@@ -1,10 +1,8 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${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 = "ast_g5_ncsi_config"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
+UBOOT_DEVICETREE = "ast2500-romulus"
require conf/machine/include/ast2500.inc
require conf/machine/include/obmc-bsp-common.inc