mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
parent
3cd084d364
commit
e8df14d216
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ config FAT_WRITE
|
||||||
existing FAT filesystem partition.
|
existing FAT filesystem partition.
|
||||||
|
|
||||||
config FS_FAT_MAX_CLUSTSIZE
|
config FS_FAT_MAX_CLUSTSIZE
|
||||||
int "Set maximum possible clusersize"
|
int "Set maximum possible clustersize"
|
||||||
default 65536
|
default 65536
|
||||||
depends on FS_FAT
|
depends on FS_FAT
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue