[U-Boot] [PATCH 7/7] configs: omapl138_lcdk: enable fat filesystem support

Sekhar Nori nsekhar at ti.com
Fri Jun 2 12:24:05 UTC 2017


Now that we have ability to enable FAT filesystem support
through Kconfig symbols, do it for OMAP-L138 LCDK board.

Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
 configs/omapl138_lcdk_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
index ff5e06de299d..13585cff30a4 100644
--- a/configs/omapl138_lcdk_defconfig
+++ b/configs/omapl138_lcdk_defconfig
@@ -29,4 +29,5 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_SYS_NS16550=y
+CONFIG_FS_FAT=y
 CONFIG_OF_LIBFDT=y
-- 
2.9.0



More information about the U-Boot mailing list