summaryrefslogtreecommitdiff
path: root/configs/emsdp_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2019-10-08 13:25:30 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2019-11-01 16:45:39 +0300
commit9f353ad88a92815958505c54388b5783f46d9d67 (patch)
tree01897a79907e28287e547512e84d597462cad5af /configs/emsdp_defconfig
parent82679624f9aa6d1be733c46f3555d5166b6f5b72 (diff)
downloadu-boot-9f353ad88a92815958505c54388b5783f46d9d67.tar.xz
arc: emsdp: Increase max FAT cluster size
Some especially large SD-cards come from stock formatted with larger FAT cluster size so to accommodate those we just increase what we expect to have here in U-Boot given we have a plenty of space on EM SDP (16 MiB). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/emsdp_defconfig')
-rw-r--r--configs/emsdp_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/emsdp_defconfig b/configs/emsdp_defconfig
index 5e55e3e2b2..1eca23fa95 100644
--- a/configs/emsdp_defconfig
+++ b/configs/emsdp_defconfig
@@ -27,6 +27,6 @@ CONFIG_MMC=y
CONFIG_MMC_DW=y
CONFIG_DM_SERIAL=y
CONFIG_SYS_NS16550=y
-CONFIG_FS_FAT_MAX_CLUSTSIZE=4096
+CONFIG_FS_FAT_MAX_CLUSTSIZE=32768
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_PANIC_HANG=y