]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Remove inline ifdef check for EXT and FAT support
authorAndrew F. Davis <afd@ti.com>
Fri, 6 Jan 2017 19:35:45 +0000 (13:35 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jan 2017 20:37:59 +0000 (15:37 -0500)
commit5d28b930f237540382a111b6b990a1738b2f3483
tree282f0c5eb270fbe7f83fa2635070d75c7b08c5e4
parentcec85d4e002d9b6aa0f98bec50e9fa09dd013cdd
spl: Remove inline ifdef check for EXT and FAT support

These files are only included for build by the make system
when CONFIG_SPL_{EXT,FAT}_SUPPORT is enabled, remove the unneed
checks for these in the source files.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl_ext.c
common/spl/spl_fat.c