From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 04 Oct 2014 09:38:15 +0100 Subject: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards In-Reply-To: <1412348759-4599-7-git-send-email-hdegoede@redhat.com> References: <1412348759-4599-1-git-send-email-hdegoede@redhat.com> <1412348759-4599-7-git-send-email-hdegoede@redhat.com> Message-ID: <1412411895.17796.62.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.