summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2014-05-26 19:18:37 +0530
committerTom Rini <trini@ti.com>2014-06-05 14:44:56 -0400
commit4f0d1a2aea08b0dd62b0a1d82b36967470897101 (patch)
tree827e1b42cbb179be433f5d0e574143f7430f3b2a /README
parent9cd73bf85994ea06cd2fbde509e73e72d063b332 (diff)
downloadtalos-obmc-uboot-4f0d1a2aea08b0dd62b0a1d82b36967470897101.tar.gz
talos-obmc-uboot-4f0d1a2aea08b0dd62b0a1d82b36967470897101.zip
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--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 6edb2e75be..256d6ecc65 100644
--- a/README
+++ b/README
@@ -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
OpenPOWER on IntegriCloud