summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-06-23 21:35:27 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-06-23 22:18:03 +0300
commit4ad716c1407b626754888cee8a1c63a67edd6526 (patch)
treeb19d4ea07631d43f9af7251628b95b0b7b999294 /meta-facebook
parent8e0e67f218dd6438d29feb9a20ad0a4e4e90e3de (diff)
downloadopenbmc-4ad716c1407b626754888cee8a1c63a67edd6526.tar.xz
meta-facebook: bletchley: enable u-boot SPL
The latest u-boot no longer boots on AST2600 without enabling the SPL. Port the changes from commit d84b7f4455406807637b7fecf9e96b73e17fcf62 and tested in QEMU. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5ce3f3a97d44ae58c54e3d44251726a84fcc6098
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/conf/machine/bletchley.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
index 2c7778dd7..8de7a54d2 100644
--- a/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
+++ b/meta-facebook/meta-bletchley/conf/machine/bletchley.conf
@@ -2,8 +2,9 @@
#KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
-UBOOT_MACHINE = "ast2600_openbmc_defconfig"
+UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UBOOT_DEVICETREE = "ast2600a1-evb"
+SPL_BINARY = "spl/u-boot-spl.bin"
require conf/machine/include/facebook-nohost.inc
require conf/machine/include/ast2600.inc