From 59c29e6ddec2eb6af209ec751320bcd7cf00da08 Mon Sep 17 00:00:00 2001 From: Martin Ayotte Date: Tue, 24 Jan 2017 16:19:13 -0500 Subject: [PATCH] add missing SPL_SPI support --- patch/u-boot/u-boot-sun50i-dev/add-FIT-support-H5-spl.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patch/u-boot/u-boot-sun50i-dev/add-FIT-support-H5-spl.patch b/patch/u-boot/u-boot-sun50i-dev/add-FIT-support-H5-spl.patch index 63722015c..2c6c967b1 100644 --- a/patch/u-boot/u-boot-sun50i-dev/add-FIT-support-H5-spl.patch +++ b/patch/u-boot/u-boot-sun50i-dev/add-FIT-support-H5-spl.patch @@ -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