diff mbox

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

Message ID 20170602122405.18983-8-nsekhar@ti.com
State Changes Requested
Delegated to: Tom Rini
Headers show

Commit Message

Sekhar Nori June 2, 2017, 12:24 p.m. UTC
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(+)

Comments

Tom Rini June 3, 2017, 10:02 p.m. UTC | #1
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!
diff mbox

Patch

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