Message ID | 20170602122405.18983-8-nsekhar@ti.com |
---|---|
State | New |
Headers | show |
Series | fs: fat: convert to kconfig + switch some TI platforms | expand |
On Fri, Jun 02, 2017 at 05:54:05PM +0530, Sekhar Nori wrote: > 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@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 This really should be via CMD_FAT so that the code is used, as we have a symbol for FS_FAT to use it with either of CMD_FAT or ENV_IS_IN_FAT. Thanks! -- Tom
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
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@ti.com> --- configs/omapl138_lcdk_defconfig | 1 + 1 file changed, 1 insertion(+)