[PATCH 4/6] configs: am62x_evm_a53_defconfig: Enable SPL_BOARD_INIT
Vishal Mahaveer
vishalm at ti.com
Wed Dec 10 16:48:42 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/am62x_evm_a53_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index 4da668396d0..58e2daab687 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -39,6 +39,7 @@ CONFIG_BOOTCOMMAND="run findfdt; run envboot; bootflow scan -lb"
CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_MAX_SIZE=0x58000
CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y
+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