aboutsummaryrefslogtreecommitdiff
path: root/configs/chiliboard_defconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski2024-07-29 17:30:11 +0200
committerPaul Kocialkowski2024-07-29 21:00:26 +0200
commit81d5fd2eb34f8bdd34aa9a4785bfe6a075d03619 (patch)
treea3d0f03499c3dd3dd066b30c40d1dfda5eefb57f /configs/chiliboard_defconfig
parentdccc67dfa5b8ac598d5bc8e881e11e4f5f5ca349 (diff)
am33xx: Use regular spl_board_init instead of am33xx_spl_board_init
The am33xx_spl_board_init function was introduced as a way to add board-specific SPL init for AM33xx devices since the spl_board_init function was already used for SoC-specific init. Now that the SoC-specific SPL init was moved to spl_soc_init, we can use spl_board_init for this purpose and get rid of am33xx_spl_board_init. Rename the function in board files and enable the related config option for concerned boards. Signed-off-by: Paul Kocialkowski <paulk@sys-base.io>
Diffstat (limited to 'configs/chiliboard_defconfig')
-rw-r--r--configs/chiliboard_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig
index 25e162e938e..98778989761 100644
--- a/configs/chiliboard_defconfig
+++ b/configs/chiliboard_defconfig
@@ -22,6 +22,7 @@ CONFIG_BOOTCOMMAND="run mmcboot; run nandboot; run netboot"
CONFIG_DEFAULT_FDT_FILE="am335x-chiliboard.dtb"
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_ARCH_MISC_INIT=y
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC=y
CONFIG_SPL_SYS_MALLOC_SIZE=0x800000
CONFIG_SPL_I2C=y