Re: [U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write

2017-06-06 Thread Tom Rini
On Tue, Jun 06, 2017 at 05:11:53PM +0530, Sekhar Nori wrote: > CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT > is selected (see CONFIG_TI_COMMON_CMD_OPTIONS). > > Dont disable it in defconfig so the imply takes > effect and 'fatwrite' is available for users. > > Signed-off-by: Sekhar Nori I

[U-Boot] [PATCH] configs: omapl138_lcdk: dont disable fat write

2017-06-06 Thread Sekhar Nori
CONFIG_FAT_WRITE is imply'ed when CONFIG_CMD_FAT is selected (see CONFIG_TI_COMMON_CMD_OPTIONS). Dont disable it in defconfig so the imply takes effect and 'fatwrite' is available for users. Signed-off-by: Sekhar Nori --- configs/omapl138_lcdk_defconfig | 1 - 1 file changed, 1 deletion(-) dif