summaryrefslogtreecommitdiff
path: root/configs/omapl138_lcdk_defconfig
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2017-04-06 09:22:54 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-09 01:32:50 (GMT)
commit11b3156007e26b191b329385ce2873ec68696e34 (patch)
tree0f6c687916b348c970a9f5ceca167e474794e1d1 /configs/omapl138_lcdk_defconfig
parent4c8865a239a31725f83f63e4571b14dcbc64c3ae (diff)
downloadu-boot-11b3156007e26b191b329385ce2873ec68696e34.tar.xz
davinci: omapl138_lcdk: enable some filesystem related commands
Enable some generic filesystem commands as well as disk partition related commands for OMAP-L138 LCDK board. These help in booting Linux from MMC/SD, for example. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Reviewed-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/omapl138_lcdk_defconfig')
-rw-r--r--configs/omapl138_lcdk_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index 352c9b4..7c8228b 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -27,6 +27,8 @@ CONFIG_CMD_PING=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_FAT=y
CONFIG_CMD_UBI=y
+CONFIG_CMD_FS_GENERIC=y
+CONFIG_CMD_PART=y
CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y
CONFIG_SYS_NAND_U_BOOT_OFFS=0x28000
CONFIG_SPI_FLASH=y