commit | 5d28b930f237540382a111b6b990a1738b2f3483 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Fri Jan 06 13:35:45 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 15:37:59 2017 -0500 |
tree | 282f0c5eb270fbe7f83fa2635070d75c7b08c5e4 | |
parent | cec85d4e002d9b6aa0f98bec50e9fa09dd013cdd [diff] |
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>