aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>2023-11-03 10:28:13 +0100
committerKever Yang <kever.yang@rock-chips.com>2023-11-09 11:19:05 +0800
commitade33dc1a3909e2f1515cad6ab08b404d22dfb78 (patch)
tree4eab117b01c01eab8d1a0caa3c14a9e5c5f43d3f
parent36a83bd35cd90040591502bf3c080c8275644919 (diff)
downloadu-boot-ade33dc1a3909e2f1515cad6ab08b404d22dfb78.zip
u-boot-ade33dc1a3909e2f1515cad6ab08b404d22dfb78.tar.gz
u-boot-ade33dc1a3909e2f1515cad6ab08b404d22dfb78.tar.bz2
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> Reviewed-by: Kever Yang <kever.yang@rock-chips.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 f47dfa5..b314636 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