Am Mittwoch, 25. Oktober 2023, 11:51:15 CEST schrieb Quentin Schulz: > From: Quentin Schulz <[email protected]> > > 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 <[email protected]> > Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]> > --- > configs/ringneck-px30_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/ringneck-px30_defconfig b/configs/ringneck-px30_defconfig > index b4666d0e90f..420c9cd1e89 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 > >

