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>
This commit is contained in:
parent
c0fa385c9b
commit
fa71f70901
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user