mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
69c050a671
Enable the second sdcard slot found on some boards. Note that we do not set CONFIG_MMC_SUNXI_SLOT_EXTRA for the SPL, as having it there is not useful, Except for on the Mele-M3 where the second sdcard is an eMMC, from which the device can also boot, and there we want to have both in the SPL, so that a single u-boot binary can both from both. So for the M3 we do prefix the defconfig setting with the special "+S:" syntax so that it applies to the SPL too. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
7 lines
217 B
Text
7 lines
217 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="MELE_M3,AXP209_POWER,SUNXI_GMAC,USB_EHCI"
|
|
CONFIG_FDTFILE="sun7i-a20-m3.dtb"
|
|
+S:CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
+S:CONFIG_MMC0_CD_PIN="PH1"
|
|
+S:CONFIG_ARM=y
|
|
+S:CONFIG_TARGET_SUN7I=y
|