Re: [U-Boot] [PATCH RESEND 1/7] fs: fat: add kbuild configuration support

2017-06-04 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:53:59PM +0530, Sekhar Nori wrote: > Add Kconfig symbols for various configurations > supported by FAT filesystem support code. > > CONFIG_SUPPORT_VFAT has been left out since its > force enabled in include/fat.h and probably > should get removed at some point. > >

Re: [U-Boot] [PATCH RESEND 1/7] fs: fat: add kbuild configuration support

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:53:59PM +0530, Sekhar Nori wrote: > Add Kconfig symbols for various configurations > supported by FAT filesystem support code. > > CONFIG_SUPPORT_VFAT has been left out since its > force enabled in include/fat.h and probably > should get removed at some point. > >

[U-Boot] [PATCH RESEND 1/7] fs: fat: add kbuild configuration support

2017-06-02 Thread Sekhar Nori
Add Kconfig symbols for various configurations supported by FAT filesystem support code. CONFIG_SUPPORT_VFAT has been left out since its force enabled in include/fat.h and probably should get removed at some point. Signed-off-by: Sekhar Nori --- Resend of