diff --git a/configs/LicheePi_Zero_480x272LCD_defconfig b/configs/LicheePi_Zero_480x272LCD_defconfig index 685c52241c..9de7a1121c 100644 --- a/configs/LicheePi_Zero_480x272LCD_defconfig +++ b/configs/LicheePi_Zero_480x272LCD_defconfig @@ -14,6 +14,14 @@ CONFIG_CMD_BOOTMENU=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_MEMINFO=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_SF=y +CONFIG_CMD_SPI=y # CONFIG_CMD_FPGA is not set +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SPL_SPI_SUNXI=y # CONFIG_NETDEVICES is not set +CONFIG_DM_SPI=y +CONFIG_SUNXI_SPI=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/LicheePi_Zero_800x480LCD_defconfig b/configs/LicheePi_Zero_800x480LCD_defconfig index ef179534a3..77a36c7e57 100644 --- a/configs/LicheePi_Zero_800x480LCD_defconfig +++ b/configs/LicheePi_Zero_800x480LCD_defconfig @@ -14,6 +14,14 @@ CONFIG_CMD_BOOTMENU=y # CONFIG_CMD_IMLS is not set CONFIG_CMD_MEMINFO=y # CONFIG_CMD_FLASH is not set +CONFIG_CMD_SF=y +CONFIG_CMD_SPI=y # CONFIG_CMD_FPGA is not set +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SPL_SPI_SUNXI=y # CONFIG_NETDEVICES is not set +CONFIG_DM_SPI=y +CONFIG_SUNXI_SPI=y CONFIG_OF_LIBFDT_OVERLAY=y diff --git a/configs/LicheePi_Zero_defconfig b/configs/LicheePi_Zero_defconfig index 6ab4f1a245..4f9ff1d0b1 100644 --- a/configs/LicheePi_Zero_defconfig +++ b/configs/LicheePi_Zero_defconfig @@ -9,6 +9,14 @@ CONFIG_DEFAULT_DEVICE_TREE="sun8i-v3s-licheepi-zero" CONFIG_SPL=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_SF=y +CONFIG_CMD_SPI=y # CONFIG_CMD_FPGA is not set +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH=y +CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SPL_SPI_SUNXI=y # CONFIG_NETDEVICES is not set +CONFIG_DM_SPI=y +CONFIG_SUNXI_SPI=y CONFIG_OF_LIBFDT_OVERLAY=y