add missing SPL_SPI support

This commit is contained in:
Martin Ayotte 2017-01-24 16:19:13 -05:00
parent a765743d5b
commit 59c29e6dde

View file

@ -8,7 +8,7 @@ diff --git a/u-boot/configs/sun50i_h5_spl32_defconfig b/u-boot/configs/sun50i_h5
index c73efd5..5783a72 100644
--- a/u-boot/configs/sun50i_h5_spl32_defconfig
+++ b/u-boot/configs/sun50i_h5_spl32_defconfig
@@ -4,12 +4,12 @@ CONFIG_MACH_SUN50I_H5_32=y
@@ -4,12 +4,14 @@ CONFIG_MACH_SUN50I_H5_32=y
CONFIG_DRAM_CLK=672
CONFIG_DRAM_ZQ=3881977
CONFIG_DRAM_ODT_EN=y
@ -22,6 +22,8 @@ index c73efd5..5783a72 100644
+CONFIG_SPL_LOAD_FIT=y
+CONFIG_SPL_OF_LIBFDT=y
+CONFIG_SPL_SPI_SUNXI=y
+CONFIG_SPL_SPI_FLASH_SUPPORT=y
+CONFIG_SPL_SPI_SUPPORT=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
# CONFIG_CMD_FPGA is not set