diff options
author | Tuomas Tynkkynen <tuomas@tuxera.com> | 2018-01-05 02:45:20 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-22 16:43:31 -0500 |
commit | e8df14d216f483d32f9daaf236686d1613b3f871 (patch) | |
tree | 9f6177459977ebcc72128214add307d7e9041374 | |
parent | 3cd084d3645c8a508b412f794607c5628ab9f8e6 (diff) | |
download | u-boot-e8df14d216f483d32f9daaf236686d1613b3f871.tar.gz |
fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
-rw-r--r-- | fs/fat/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/Kconfig b/fs/fat/Kconfig index e7978aae67..9bb11eac9f 100644 --- a/fs/fat/Kconfig +++ b/fs/fat/Kconfig @@ -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 |