[PATCH 6/6] configs: am62px_evm_a53_defconfig: Enable SPL_BOARD_INIT
Vishal Mahaveer
vishalm at ti.com
Wed Dec 10 16:48:44 CET 2025
Enable the SPL_BOARD_INIT config option to make use of the
spl_board_init function.
Signed-off-by: Vishal Mahaveer <vishalm at ti.com>
---
configs/am62px_evm_a53_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/am62px_evm_a53_defconfig b/configs/am62px_evm_a53_defconfig
index fa857e51137..fbf73633418 100644
--- a/configs/am62px_evm_a53_defconfig
+++ b/configs/am62px_evm_a53_defconfig
@@ -36,6 +36,7 @@ CONFIG_BOOTCOMMAND="run envboot; bootflow scan -lb"
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x58000
CONFIG_SPL_PAD_TO=0x0
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
--
2.34.1
More information about the U-Boot
mailing list