diff mbox series

[2/4] mach-sunxi: V3s SPI-SPL

Message ID e25a756f-384f-16e4-180a-0ed95ddcc192@bamkrs.de
State New
Headers show
Series [1/4] mach-sunxi: Refactor sunxi SPI-SPL | expand

Commit Message

=?UTF-8?Q?Benedikt-Alexander_Mokro=c3=9f?= April 28, 2020, 2:04 p.m. UTC
This patch adds support for the Allwinner V3s
to SPL_SPI_SUNXI (nothing changed code-wise, only Kconfig).


Signed-off-by: Benedikt-Alexander Mokro? <u-boot at bamkrs.de>
---
  arch/arm/mach-sunxi/Kconfig         | 2 +-
  arch/arm/mach-sunxi/spl/spi/Kconfig | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index f03ce8c9db..7a0f0956c3 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -994,7 +994,7 @@  config SPL_STACK_R_ADDR
  
  config SPL_SPI_SUNXI
  	bool "Support for SPI Flash on Allwinner SoCs in SPL"
-	depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || MACH_SUN50I_H6
+	depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || MACH_SUN50I_H6 || MACH_SUN8I_V3S
  	help
  	  Enable support for SPI Flash. This option allows SPL to read from
  	  sunxi SPI Flash. It uses the same method as the boot ROM, so does
diff --git a/arch/arm/mach-sunxi/spl/spi/Kconfig b/arch/arm/mach-sunxi/spl/spi/Kconfig
index 2f19174d55..f92b80583f 100644
--- a/arch/arm/mach-sunxi/spl/spi/Kconfig
+++ b/arch/arm/mach-sunxi/spl/spi/Kconfig
@@ -2,7 +2,7 @@  if SPL_SPI_SUNXI
  
  config SPL_SPI_SUNXI_NOR
  	bool "Support for SPI-NOR Flash on Allwinner SoCs in SPL"
-	depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || MACH_SUN50I_H6
+	depends on MACH_SUN4I || MACH_SUN5I || MACH_SUN7I || MACH_SUNXI_H3_H5 || MACH_SUN50I || MACH_SUN8I_R40 || MACH_SUN50I_H6 || MACH_SUN8I_V3S
  	default y
  	help
  	  Enable support for SPI-NOR Flash. This option allows SPL to read from