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

Tom Rini trini at konsulko.com
Sat Jun 3 22:02:04 UTC 2017


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 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

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170603/5351b11d/attachment.sig>


More information about the U-Boot mailing list