]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Enable second sdcard slot found on some boards
authorHans de Goede <hdegoede@redhat.com>
Fri, 3 Oct 2014 14:58:04 +0000 (16:58 +0200)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 07:35:38 +0000 (09:35 +0200)
commit69c050a6715995e666b3ece028db6a8f75dc502c
treee233103458ebbc3e563850d2320072b12f1fc86b
parentbbff84b3b0092d00db1b0b77ef9043b46991d791
sunxi: Enable second sdcard slot found on some boards

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 <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
configs/A10s-OLinuXino-M_defconfig
configs/A20-OLinuXino_MICRO_defconfig
configs/Mele_M3_defconfig