]> git.sur5r.net Git - u-boot/commit
SPL: SPI: select SPL_SPI_FLASH_SUPPORT on SPL_SPI_SUNXI
authorAndre Przywara <andre.przywara@arm.com>
Wed, 4 Oct 2017 23:27:21 +0000 (00:27 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 25 Oct 2017 08:05:05 +0000 (10:05 +0200)
commita722359de4e1f68ad2392b2eb88cfca55f129637
tree6d8de00e28fa23fbff55640f20e5217c751d1ba8
parent4c7a211046a3956058b512edd8533f7df031cc4a
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 <andre.przywara@arm.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
configs/orangepi_pc2_defconfig
configs/orangepi_zero_defconfig
drivers/mtd/spi/Kconfig