]> Git Repo - J-u-boot.git/commitdiff
davinci: omapl138_lcdk: enable some filesystem related commands
authorSekhar Nori <[email protected]>
Thu, 6 Apr 2017 09:22:54 +0000 (14:52 +0530)
committerTom Rini <[email protected]>
Sun, 9 Apr 2017 01:32:50 +0000 (21:32 -0400)
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 <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
configs/omapl138_lcdk_defconfig

index 352c9b46254498cb707e73e4e9b8bcdc0276b2b8..7c8228bf5bcb16a0c41b15307ec1abba058cb5f1 100644 (file)
@@ -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
This page took 0.037406 seconds and 4 git commands to generate.