]> Git Repo - u-boot.git/commit
spl: fat/fs: Add option to include/exclude FAT write build in SPL
authorTien Fong Chee <[email protected]>
Wed, 23 Jan 2019 06:20:04 +0000 (14:20 +0800)
committerTom Rini <[email protected]>
Fri, 1 Feb 2019 14:12:48 +0000 (09:12 -0500)
commitd8c3ea99826f652efa5e8843f7fb98dfd6f8d194
treefd2bd53b220ed436d9e2641edc5ab9188759fd34
parent0c3a9ed409a5efac27df762acb2af6271675b07d
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 <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/spl/Kconfig
fs/fat/Makefile
fs/fat/fat.c
fs/fs.c
This page took 0.032543 seconds and 4 git commands to generate.