Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-06 Thread Hans de Goede
Hi, On 10/04/2014 10:39 AM, Ian Campbell wrote: > On Sat, 2014-10-04 at 09:38 +0100, Ian Campbell wrote: >> 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_def

Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-04 Thread Ian Campbell
On Sat, 2014-10-04 at 09:38 +0100, Ian Campbell wrote: > 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

Re: [U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-04 Thread Ian Campbell
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,AXP

[U-Boot] [PATCH 6/6] sunxi: Enable second sdcard slot found on some boards

2014-10-03 Thread Hans de Goede
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 th