[PATCH 5/6] configs: am62ax_evm_a53_defconfig: Enable SPL_BOARD_INIT
Vishal Mahaveer
vishalm at ti.com
Wed Dec 10 16:48:43 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/am62ax_evm_a53_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/am62ax_evm_a53_defconfig b/configs/am62ax_evm_a53_defconfig
index 3667a0656ed..9dfbc580df4 100644
--- a/configs/am62ax_evm_a53_defconfig
+++ b/configs/am62ax_evm_a53_defconfig
@@ -30,6 +30,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_SECTOR=0x1400
--
2.34.1
More information about the U-Boot
mailing list