diff options
Diffstat (limited to 'configs/stout_defconfig')
-rw-r--r-- | configs/stout_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/stout_defconfig b/configs/stout_defconfig index d6d9e690a0..309709f6c5 100644 --- a/configs/stout_defconfig +++ b/configs/stout_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_ARCH_CPU_INIT=y CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set # CONFIG_SPL_USE_ARCH_MEMSET is not set @@ -25,6 +26,7 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_RAM_SUPPORT=y CONFIG_SPL_RAM_DEVICE=y CONFIG_SPL_SPI_LOAD=y +CONFIG_SYS_SPI_U_BOOT_OFFS=0x140000 CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y |