]> Git Repo - J-u-boot.git/commit - include/fat.h
fat: Define MAX_CLUSTSIZE using CONFIG_FS_FAT_MAX_CLUSTSIZE
authorSiva Durga Prasad Paladugu <[email protected]>
Mon, 26 May 2014 13:48:37 +0000 (19:18 +0530)
committerTom Rini <[email protected]>
Thu, 5 Jun 2014 18:44:56 +0000 (14:44 -0400)
commit4f0d1a2aea08b0dd62b0a1d82b36967470897101
tree827e1b42cbb179be433f5d0e574143f7430f3b2a
parent9cd73bf85994ea06cd2fbde509e73e72d063b332
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 <[email protected]>
Acked-by: Michal Simek <[email protected]>
README
include/fat.h
This page took 0.048274 seconds and 4 git commands to generate.