commit | 87fda0c2ea5925f6a3c966e890a03961d5a0a2e3 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Wed Jan 23 14:20:04 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 01 09:12:48 2019 -0500 |
tree | fd2bd53b220ed436d9e2641edc5ab9188759fd34 | |
parent | 6fd0a7116060a3c011dee0c320a5cd344f11e215 [diff] |
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>