]> git.baikalelectronics.ru Git - uboot.git/commit
spl: fat/fs: Add option to include/exclude FAT write build in SPL
authorTien Fong Chee <tien.fong.chee@intel.com>
Wed, 23 Jan 2019 06:20:04 +0000 (14:20 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 1 Feb 2019 14:12:48 +0000 (09:12 -0500)
commit26f9467b50854a53aceb91ecef4d55ef69894b3c
treefd2bd53b220ed436d9e2641edc5ab9188759fd34
parent8154302935f9baa0dbbd31a804a32288b10658b4
spl: fat/fs: Add option to include/exclude FAT write build in SPL

Most of the time SPL only needs very simple FAT reading, so having
CONFIG_IS_ENABLED(FAT_WRITE) to exclude it from SPL build would help
to save 64KiB default max clustersize from memory.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/spl/Kconfig
fs/fat/Makefile
fs/fat/fat.c
fs/fs.c