Re: [U-Boot] [PATCH 4/7] config_fallbacks: add additional fallbacks for fat filesystem

2017-06-04 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:02PM +0530, Sekhar Nori wrote: > Add fallbacks needed to keep all boards building > while they are migrated to use Kconfig symbols > instead of defines in _config.h files for > FAT filesystem. > > These should eventually go away once Kconfig select > or imply

Re: [U-Boot] [PATCH 4/7] config_fallbacks: add additional fallbacks for fat filesystem

2017-06-02 Thread Tom Rini
On Fri, Jun 02, 2017 at 05:54:02PM +0530, Sekhar Nori wrote: > Add fallbacks needed to keep all boards building > while they are migrated to use Kconfig symbols > instead of defines in _config.h files for > FAT filesystem. > > These should eventually go away once Kconfig select > or imply

[U-Boot] [PATCH 4/7] config_fallbacks: add additional fallbacks for fat filesystem

2017-06-02 Thread Sekhar Nori
Add fallbacks needed to keep all boards building while they are migrated to use Kconfig symbols instead of defines in _config.h files for FAT filesystem. These should eventually go away once Kconfig select or imply statements are put in place and duplicated defines in _config.h removed.