58e9502e6 "arm: sunxi: Enable SPL/SPI boot for Olinuxino Lime2-eMMC boards" enabled SPI boot for the eMMC variant. Olimex offers the "s16MB" variant with SPI flash populated but without eMMC populated. Tested on board rev L.
Signed-off-by: Eric Anderson <ejon...@gmail.com> --- configs/A20-OLinuXino-Lime2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig index f885fc01e6e..a2c3dade795 100644 --- a/configs/A20-OLinuXino-Lime2_defconfig +++ b/configs/A20-OLinuXino-Lime2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_SUNXI=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-olinuxino-lime2" CONFIG_SPL=y +CONFIG_SPL_SPI_SUNXI=y CONFIG_MACH_SUN7I=y CONFIG_DRAM_CLK=384 CONFIG_I2C1_ENABLE=y -- 2.50.0