]> Git Repo - u-boot.git/commit
config_fallbacks: add additional fallbacks for fat filesystem
authorSekhar Nori <[email protected]>
Fri, 2 Jun 2017 12:24:02 +0000 (17:54 +0530)
committerTom Rini <[email protected]>
Sat, 3 Jun 2017 21:55:18 +0000 (17:55 -0400)
commit0dbb9a93c33c91dc902303aa2b4f351068deec8a
treec3d6c4b893e70b04b3c68cc5e6036cec5c233a99
parent391b037ee6f50d29a8eb5a2953dcf3021cae9155
config_fallbacks: add additional fallbacks for fat filesystem

Add fallbacks needed to keep all boards building
while they are migrated to use Kconfig symbols
instead of defines in <board>_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 <board>_config.h removed.

Signed-off-by: Sekhar Nori <[email protected]>
[trini: Update logic since CMD_FAT / CONFIG_SPL_FAT_SUPPORT are
        selecting FS_FAT]
Signed-off-by: Tom Rini <[email protected]>
include/config_fallbacks.h
This page took 0.028168 seconds and 4 git commands to generate.