]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb133bdd2b2c8cee7d86ce4a71d6068eeb0358eb8
tree0eeca51af681602b1491c132860ed45719a4cead
parent95885024bea004c2e415e8122546e3b05c11f88b
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