commit 43feaf13505c4dfe11b4209f87448933b060ef20 Author: ehoutsma Date: Wed Jan 18 10:38:46 2017 +0100 Add sun50i_h5_spl32 config diff --git a/u-boot/configs/sun50i_h5_spl32_defconfig b/u-boot/configs/sun50i_h5_spl32_defconfig index c73efd5..5783a72 100644 --- a/u-boot/configs/sun50i_h5_spl32_defconfig +++ b/u-boot/configs/sun50i_h5_spl32_defconfig @@ -4,12 +4,14 @@ CONFIG_MACH_SUN50I_H5_32=y CONFIG_DRAM_CLK=672 CONFIG_DRAM_ZQ=3881977 CONFIG_DRAM_ODT_EN=y -# CONFIG_FIT is not set +CONFIG_FIT=y CONFIG_SPL=y CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-pc2" -# CONFIG_SPL_LOAD_FIT is not set -# CONFIG_SPL_OF_LIBFDT is not set -# CONFIG_SPL_SPI_SUNXI is not set +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