
4 Oct
2014
4 Oct
'14
10:38 a.m.
On Fri, 2014-10-03 at 17:05 +0200, Hans de Goede wrote:
diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index 645b236..50979e2 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -1,5 +1,7 @@ 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
This one is +S (regular+SPL) while the other two are just S (regular only). Is that deliberate?
Ian.