diff options
author | Alexey Brodkin | 2019-10-08 13:25:30 +0300 |
---|---|---|
committer | Alexey Brodkin | 2019-11-01 16:45:39 +0300 |
commit | 9f353ad88a92815958505c54388b5783f46d9d67 (patch) | |
tree | 01897a79907e28287e547512e84d597462cad5af /configs/emsdp_defconfig | |
parent | 82679624f9aa6d1be733c46f3555d5166b6f5b72 (diff) |
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_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/emsdp_defconfig b/configs/emsdp_defconfig index 5e55e3e2b22..1eca23fa958 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 |