diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2019-06-21 18:35:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-06-22 02:41:45 +0000 |
commit | 9c29343a81826c4c7a4500ef3e197d1a8be78cb0 (patch) | |
tree | 388c7782f354305f9ced7b659c98091e7418cda0 /conf/machine/k2l-evm.conf | |
parent | e2e658652a33282bee38325dd506408877d22434 (diff) | |
download | meta-ti-9c29343a81826c4c7a4500ef3e197d1a8be78cb0.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/k2l-evm.conf')
-rw-r--r-- | conf/machine/k2l-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf index e326ba24..dddc01f1 100644 --- a/conf/machine/k2l-evm.conf +++ b/conf/machine/k2l-evm.conf | |||
@@ -22,7 +22,7 @@ SYSVINIT_ENABLED_GETTYS = "" | |||
22 | # UBI: logical eraseblock size: 253952 bytes | 22 | # UBI: logical eraseblock size: 253952 bytes |
23 | # from ubiattach stdout: | 23 | # from ubiattach stdout: |
24 | # UBI device number 0, total 1926 LEBs | 24 | # UBI device number 0, total 1926 LEBs |
25 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000" | 25 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1926" |
26 | 26 | ||
27 | # do ubiattach /dev/ubi_ctrl -m 4 | 27 | # do ubiattach /dev/ubi_ctrl -m 4 |
28 | # from dmesg: | 28 | # from dmesg: |