diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2014-05-26 13:48:37 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-06-05 18:44:56 (GMT) |
commit | 4f0d1a2aea08b0dd62b0a1d82b36967470897101 (patch) | |
tree | 827e1b42cbb179be433f5d0e574143f7430f3b2a /README | |
parent | 9cd73bf85994ea06cd2fbde509e73e72d063b332 (diff) | |
download | u-boot-4f0d1a2aea08b0dd62b0a1d82b36967470897101.tar.xz |
fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE
Define the MAX_CLUSTSIZE to default of 65536 only if
CONFIG_FS_FAT_MAX_CLUSTSIZE is not defined.
This option has been provided to save memory in some
memory constrained cases.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Acked-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1637,6 +1637,12 @@ CBFS (Coreboot Filesystem) support filesystem. Available commands are cbfsinit, cbfsinfo, cbfsls and cbfsload. +- FAT(File Allocation Table) filesystem cluster size: + CONFIG_FS_FAT_MAX_CLUSTSIZE + + Define the max cluster size for fat operations else + a default value of 65536 will be defined. + - Keyboard Support: CONFIG_ISA_KEYBOARD |