[PATCH 1/2] configs: e850-96: Enable BOARD_LATE_INIT
Sam Protsenko
semen.protsenko at linaro.org
Fri Jun 20 04:25:55 CEST 2025
LDFW firmware should be loaded in board_late_init() when MMC driver is
already probed and initialized. Doing so in board_init() causes MMC
driver to be probed earlier, which leads to EFI disk objects not being
created. Enable CONFIG_BOARD_LATE_INIT to make that possible.
Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
configs/e850-96_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/e850-96_defconfig b/configs/e850-96_defconfig
index 5facd418260c..e4c6aa28e0b7 100644
--- a/configs/e850-96_defconfig
+++ b/configs/e850-96_defconfig
@@ -19,6 +19,7 @@ CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_BOOTSTD_FULL=y
CONFIG_DEFAULT_FDT_FILE="exynos850-e850-96.dtb"
# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_BOARD_LATE_INIT=y
CONFIG_CMD_BOOTEFI_SELFTEST=y
CONFIG_CMD_ABOOTIMG=y
CONFIG_CMD_NVEDIT_EFI=y
--
2.39.5
More information about the U-Boot
mailing list