From a722359de4e1f68ad2392b2eb88cfca55f129637 Mon Sep 17 00:00:00 2001 From: Andre Przywara Date: Thu, 5 Oct 2017 00:27:21 +0100 Subject: 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 Signed-off-by: Maxime Ripard --- configs/orangepi_pc2_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/orangepi_pc2_defconfig') diff --git a/configs/orangepi_pc2_defconfig b/configs/orangepi_pc2_defconfig index 5918e729d1..e5fea42fa6 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 -- cgit v1.2.3