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 /common/spl/Kconfig | |
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 'common/spl/Kconfig')
-rw-r--r-- | common/spl/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 660aa66d84..94dcdff806 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -1002,6 +1002,14 @@ config SPL_SPI_LOAD endif # SPL_SPI_FLASH_SUPPORT +config SYS_SPI_U_BOOT_OFFS + hex "address of u-boot payload in SPI flash" + default 0x0 + depends on SPL_SPI_LOAD || SPL_SPI_SUNXI + help + Address within SPI-Flash from where the u-boot payload is fetched + from. + config SPL_SPI_SUPPORT bool "Support SPI drivers" help |