
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_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?
Sorry, I should have read the commit message more carefully as you explained it quite clearly there!
This patch looks good, except insofar as some of my comments on earlier patches could result in it looking completely different, sorry about that!
Heh, no worries. I'll try to do a v2 today addressing all your concerns.
Regards,
Hans