summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-11-03 10:28:13 +0100
committerQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-11-03 10:39:59 +0100
commit1d895b4d67ab1a193c5afe0d1fabe95a60873e2f (patch)
tree08f750cf06cc0d688a2993c2504a2eb08c736ca9
parent2a07d38d2bc34d95d48f015cbf0cf2bedc332819 (diff)
FROMLIST: rockchip: ringneck-px30: enable SPL_BOARD_INIT
Now that Ringneck requires some board-specific code (namely resetting the MCU companion controller) to be run during SPL stage, let's enable SPL_BOARD_INIT. Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Link: https://lore.kernel.org/r/20231103-ringneck-stm32-reset-v2-2-a0e5559f89bf@theobroma-systems.com Relates-to: RNG-177 Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
-rw-r--r--configs/ringneck-px30_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig
index 24de282321..8d54b8f180 100644
--- a/configs/ringneck-px30_defconfig
+++ b/configs/ringneck-px30_defconfig
@@ -38,6 +38,7 @@ CONFIG_SPL_PAD_TO=0x0
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x4000000
CONFIG_SPL_BSS_MAX_SIZE=0x4000
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_BOOTROM_SUPPORT=y
# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set