mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-05 06:24:10 +08: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.
|
||||
|
||||
config FS_FAT_MAX_CLUSTSIZE
|
||||
int "Set maximum possible clusersize"
|
||||
int "Set maximum possible clustersize"
|
||||
default 65536
|
||||
depends on FS_FAT
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user