summaryrefslogtreecommitdiff
path: root/configs/omapl138_lcdk_defconfig
diff options
context:
space:
mode:
authorFabien Parent <fparent@baylibre.com>2017-01-09 11:06:37 +0100
committerTom Rini <trini@konsulko.com>2017-01-14 16:47:17 -0500
commitfa71f709011e8708ad471e83b247e773b369c274 (patch)
tree0e4662c2149a5aea99572393a8f1a078ae2d8879 /configs/omapl138_lcdk_defconfig
parentc0fa385c9b0d924c66e55467e867f37adc2c6630 (diff)
omapl138_lcdk: enable SPL MMC support
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>
Diffstat (limited to 'configs/omapl138_lcdk_defconfig')
-rw-r--r--configs/omapl138_lcdk_defconfig1
1 files changed, 1 insertions, 0 deletions
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