diff options
| author | Andre Przywara <[email protected]> | 2017-10-05 00:27:21 +0100 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-10-25 10:05:05 +0200 |
| commit | a722359de4e1f68ad2392b2eb88cfca55f129637 (patch) | |
| tree | 6d8de00e28fa23fbff55640f20e5217c751d1ba8 /configs/orangepi_pc2_defconfig | |
| parent | 4c7a211046a3956058b512edd8533f7df031cc4a (diff) | |
SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXI
The Allwinner SPI flash SPL boot support is guarded by the SPL_SPI_SUNXI
symbol. But despite its generic name, the actual only use case for this
is to provide SPI flash support to the SPL, which requires
CONFIG_SPL_SPI_FLASH_SUPPORT to be defined.
Select this symbol from the SPL_SPI_SUNXI Kconfig definition. This
avoids doing this explicitly in the defconfig, and fixes SPI booting on
the Pine64 SoPine (and -LTS version) and the OrangePi Win board (both with
SPI flash).
Signed-off-by: Andre Przywara <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
Diffstat (limited to 'configs/orangepi_pc2_defconfig')
| -rw-r--r-- | configs/orangepi_pc2_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig index 5918e729d12..e5fea42fa64 100644 --- a/configs/orangepi_pc2_defconfig +++ b/configs/orangepi_pc2_defconfig @@ -1,6 +1,5 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y -CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_MACH_SUN50I_H5=y CONFIG_DRAM_CLK=672 CONFIG_DRAM_ZQ=3881977 |
