]> Git Repo - u-boot.git/commitdiff
configs: omapl138_lcdk: dont disable fat write
authorSekhar Nori <[email protected]>
Tue, 6 Jun 2017 11:41:53 +0000 (17:11 +0530)
committerTom Rini <[email protected]>
Sat, 10 Jun 2017 00:34:57 +0000 (20:34 -0400)
CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT
is selected (see CONFIG_TI_COMMON_CMD_OPTIONS).

Dont disable it in defconfig so the imply takes
effect and 'fatwrite' is available for users.

Signed-off-by: Sekhar Nori <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
configs/omapl138_lcdk_defconfig

index b5d14d2cc45d5f5df84df66ca061750526c8a9d4..c6f474a9b2b01faff6a29921603ac4167880381f 100644 (file)
@@ -31,5 +31,4 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SYS_NS16550=y
-# CONFIG_FAT_WRITE is not set
 CONFIG_OF_LIBFDT=y
This page took 0.036228 seconds and 4 git commands to generate.