summaryrefslogtreecommitdiffstats
path: root/conf/machine/k2g-evm.conf
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2019-06-21 18:35:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-24 16:51:52 +0000
commit4ad511821831e64de86302b876df342c2951b474 (patch)
treef12d8354d8f4496c5f5891dbb00233833301581c /conf/machine/k2g-evm.conf
parentdfc491d119d8f7750db048d19cd65e4176240986 (diff)
downloadmeta-ti-4ad511821831e64de86302b876df342c2951b474.tar.gz
machines: k2*: restore original max_leb_cnt
Restore max_leb_cnt so that the UBI/UBIFS fits into the board flash Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/k2g-evm.conf')
-rw-r--r--conf/machine/k2g-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index a8ddc667..7681a752 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -25,7 +25,7 @@ SYSVINIT_ENABLED_GETTYS = ""
25# UBI: logical eraseblock size: 253952 bytes 25# UBI: logical eraseblock size: 253952 bytes
26# from ubiattach stdout: 26# from ubiattach stdout:
27# UBI device number 0, total 1926 LEBs 27# UBI device number 0, total 1926 LEBs
28MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000" 28MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1926"
29 29
30# do ubiattach /dev/ubi_ctrl -m 4 30# do ubiattach /dev/ubi_ctrl -m 4
31# from dmesg: 31# from dmesg: