[PATCH u-boot v2019.04-aspeed-openbmc v2 10/10] config: ast2600: Disable SPL raw image support
Joel Stanley
joel at jms.id.au
Tue Apr 20 16:46:48 AEST 2021
The only way to load u-boot will be as part FIT, so secure boot cannot
be bypassed.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
configs/ast2600_openbmc_spl_emmc_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/ast2600_openbmc_spl_emmc_defconfig b/configs/ast2600_openbmc_spl_emmc_defconfig
index 195c03d274f9..f72c77cd7541 100644
--- a/configs/ast2600_openbmc_spl_emmc_defconfig
+++ b/configs/ast2600_openbmc_spl_emmc_defconfig
@@ -39,6 +39,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_ARCH_EARLY_INIT_R=y
CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_BOARD_INIT=y
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
# CONFIG_SPL_LEGACY_IMAGE_SUPPORT is not set
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
--
2.30.2
More information about the openbmc
mailing list