diff --git a/u-boot/configs/sun50i_spl32_defconfig b/u-boot/configs/sun50i_spl32_defconfig index 29c6a47..70a0307 100644 --- a/u-boot/configs/sun50i_spl32_defconfig +++ b/u-boot/configs/sun50i_spl32_defconfig @@ -2,8 +2,13 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_MACH_SUN50I_32=y CONFIG_SPL=y +CONFIG_FIT=y CONFIG_DEFAULT_DEVICE_TREE="sun50i-a64-pine64-plus" -CONFIG_OF_LIST="sun50i-a64-pine64 sun50i-a64-pine64-plus" +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