diff options
author | Gou, Hongmei <h-gou@ti.com> | 2015-08-28 09:26:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-08-28 12:30:19 -0400 |
commit | 241739c16b9c7d0ac52504ac7735a70de966943d (patch) | |
tree | f5d178e14915b58998025e32870534c11fb43747 /conf | |
parent | 1b5a2e7bb36b904f0e9aa0d60e56457cbb0e5179 (diff) | |
download | meta-ti-241739c16b9c7d0ac52504ac7735a70de966943d.tar.gz |
am437x-evm: bump max_leb_cnt to fit larger image
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am437x-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am437x-evm.conf b/conf/machine/am437x-evm.conf index 04f0571e..9ff8944a 100644 --- a/conf/machine/am437x-evm.conf +++ b/conf/machine/am437x-evm.conf | |||
@@ -24,7 +24,7 @@ SERIAL_CONSOLE = "115200 ttyO0" | |||
24 | # UBI: logical eraseblock size: 253952 bytes | 24 | # UBI: logical eraseblock size: 253952 bytes |
25 | # from ubiattach stdout: | 25 | # from ubiattach stdout: |
26 | # UBI device number 0, total 994 LEBs | 26 | # UBI device number 0, total 994 LEBs |
27 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000" | 27 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200" |
28 | 28 | ||
29 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 | 29 | # do ubiattach /dev/ubi_ctrl -m 11 -O 4096 |
30 | # from dmesg: | 30 | # from dmesg: |