diff options
author | Tom Rini <trini@konsulko.com> | 2019-08-26 09:37:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-26 09:37:37 -0400 |
commit | 6f9656d726235b4cbb4f469a82c30e5006a75b53 (patch) | |
tree | 2b8afde3d7a06a3778bd24cf4243dd0856a07add /configs/stout_defconfig | |
parent | 50b4b80f597b9f59b98adbdbad691b1027bd501a (diff) | |
parent | 1ee774d20914fb89ad1b236aedb4178912f77c77 (diff) |
Merge branch '2019-08-24-master-imports'
- Migrate SYS_SPI_U_BOOT_OFFS, SYS_NAND_USE_FLASH_BBT and ARCH_CPU_INIT
to Kconfig
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 |