From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Sat, 3 Jun 2017 18:02:04 -0400 Subject: [U-Boot] [PATCH 7/7] configs: omapl138_lcdk: enable fat filesystem support In-Reply-To: <20170602122405.18983-8-nsekhar@ti.com> References: <20170602122405.18983-1-nsekhar@ti.com> <20170602122405.18983-8-nsekhar@ti.com> Message-ID: <20170603220204.GS10782@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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: