summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-01-17 13:34:22 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-01-18 15:11:43 +0300
commit1985be6db7e7661ae3664f578670266a913a1197 (patch)
tree9fe74071f2f1b8389531b5d9b6216574b55fa379 /meta-ibm
parentb8cf77b7cbe18df2007a098e49c3c26c6e85aee1 (diff)
downloadopenbmc-1985be6db7e7661ae3664f578670266a913a1197.tar.xz
u-boot: Specify u-boot package for AST2400 machines
This sets u-boot to the package containing the v2016.07-aspeed-openbmc branch. This ensures there will be no change if the default changes in the future. Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: Iaf709343b966c39ca707a10ef57fa0010bf6eb6f
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-palmetto/conf/machine/palmetto.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ibm/meta-palmetto/conf/machine/palmetto.conf b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
index 6f0e905cc0..bd70c5ea02 100644
--- a/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
+++ b/meta-ibm/meta-palmetto/conf/machine/palmetto.conf
@@ -6,6 +6,10 @@ require conf/machine/include/obmc-bsp-common.inc
require conf/machine/include/openpower.inc
require conf/machine/include/p8.inc
+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:palmetto = "ast_g4_ncsi_config"
UBOOT_ENTRYPOINT = "0x40008000"
UBOOT_LOADADDRESS = "0x40008000"