summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anderson <[email protected]>2025-07-12 17:27:41 -0700
committerAndre Przywara <[email protected]>2025-08-12 10:44:07 +0100
commit7161a5f6861ee620f97d1c622a2281dfbba6fd4b (patch)
treeefc870fc7e2b8a0d544e5b651e8b61ec2fa98bf3
parent4b8405b54780e824cae9893c6b9b42bae2b08f63 (diff)
sunxi: Enable SPL/SPI boot for OLinuXino Lime2
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 <[email protected]> Signed-off-by: Andre Przywara <[email protected]>
-rw-r--r--configs/A20-OLinuXino-Lime2_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig
index f885fc01e6e..da0bb6683d0 100644
--- a/configs/A20-OLinuXino-Lime2_defconfig
+++ b/configs/A20-OLinuXino-Lime2_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL=y
CONFIG_MACH_SUN7I=y
CONFIG_DRAM_CLK=384
CONFIG_I2C1_ENABLE=y
+CONFIG_SPL_SPI_SUNXI=y
CONFIG_AHCI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_SPL_I2C=y