diff mbox

[2/3] omapl138_lcdk: enable SPL MMC support

Message ID 20170109100638.19990-3-fparent@baylibre.com
State Accepted
Commit fa71f709011e8708ad471e83b247e773b369c274
Headers show

Commit Message

Fabien Parent Jan. 9, 2017, 10:06 a.m. UTC
Enable SPL MMC support in order to allow to build a single u-boot image
that is able to boot from MMC and NAND devices.

Signed-off-by: Fabien Parent <fparent@baylibre.com>

---
 configs/omapl138_lcdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Comments

Tom Rini Jan. 11, 2017, 3:19 a.m. UTC | #1
On Mon, Jan 09, 2017 at 11:06:37AM +0100, Fabien Parent wrote:

> Enable SPL MMC support in order to allow to build a single u-boot image

> that is able to boot from MMC and NAND devices.

> 

> Signed-off-by: Fabien Parent <fparent@baylibre.com>


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom Rini Jan. 15, 2017, 6:31 p.m. UTC | #2
On Mon, Jan 09, 2017 at 11:06:37AM +0100, Fabien Parent wrote:

> Enable SPL MMC support in order to allow to build a single u-boot image

> that is able to boot from MMC and NAND devices.

> 

> Signed-off-by: Fabien Parent <fparent@baylibre.com>

> Reviewed-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index d030ffafc3..77ede8a1c8 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -3,6 +3,7 @@  CONFIG_ARCH_DAVINCI=y
 CONFIG_TARGET_OMAPL138_LCDK=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SPL_MMC_SUPPORT=y
 CONFIG_SPL_NAND_SUPPORT=y
 CONFIG_SPL_SERIAL_SUPPORT=y
 CONFIG_BOOTDELAY=3