mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:
committed by
Tom Rini
parent
3cd084d364
commit
e8df14d216
@@ -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
|
||||||
|
Reference in New Issue
Block a user