commit | 2487488fedfe07e0c344398bb0bc9bf66c7f95ed | [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 | 1377bffa86ecfeb06f2f9141e2015af04b2b1dbf [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>