projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8267962
)
arc: emsdp: Increase max FAT cluster size
author
Alexey Brodkin
<abrodkin@synopsys.com>
Tue, 8 Oct 2019 10:25:30 +0000
(13:25 +0300)
committer
Alexey Brodkin
<abrodkin@synopsys.com>
Fri, 1 Nov 2019 13:45:39 +0000
(16:45 +0300)
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>
configs/emsdp_defconfig
patch
|
blob
|
history
diff --git
a/configs/emsdp_defconfig
b/configs/emsdp_defconfig
index 5e55e3e2b2233b89c166f57ad9c709052ace1a2f..1eca23fa9588e43be532dfeb868920873d132566 100644
(file)
--- 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