U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sunxi: Enable SPL/SPI boot for OLinuXino Lime2
@ 2025-07-13  0:27 Eric Anderson
       [not found] ` <20250812003057.0068a65e@minigeek.lan>
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Anderson @ 2025-07-13  0:27 UTC (permalink / raw)
  To: u-boot; +Cc: Eric Anderson

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 <ejona86@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-12  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-13  0:27 [PATCH] sunxi: Enable SPL/SPI boot for OLinuXino Lime2 Eric Anderson
     [not found] ` <20250812003057.0068a65e@minigeek.lan>
2025-08-12  3:59   ` Eric Anderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox