From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 11 Oct 2014 16:47:45 +0100 Subject: [U-Boot] [PATCH v2 5/5] sunxi: Enable second sdcard slot found on some boards In-Reply-To: <1412618265-4053-6-git-send-email-hdegoede@redhat.com> References: <1412618265-4053-1-git-send-email-hdegoede@redhat.com> <1412618265-4053-6-git-send-email-hdegoede@redhat.com> Message-ID: <1413042465.11505.34.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 Mon, 2014-10-06 at 19:57 +0200, Hans de Goede wrote: > 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 Acked-by: Ian Campbell