spl: fat/fs: Add control to build FS EXT4 in SPL
authorTien Fong Chee <tien.fong.chee@intel.com>
Wed, 23 Jan 2019 06:20:06 +0000 (14:20 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 1 Feb 2019 14:14:21 +0000 (09:14 -0500)
commitcafc429fa86eea9feaf75847041dc641a54413c7
tree0eeca51af681602b1491c132860ed45719a4cead
parentf4b409247429affe078a2c42d4c21d90ed2855e4
spl: fat/fs: Add control to build FS EXT4 in SPL

CONFIG_SPL_FS_EXT4 can be used to include/exclude the FS EXT4 from
SPL build. Excluding the FS EXT4 from SPL build can help to save 20KiB
memory.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
fs/fs.c