summaryrefslogtreecommitdiffstats
path: root/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-22 02:41:45 +0000
commit9c29343a81826c4c7a4500ef3e197d1a8be78cb0 (patch)
tree388c7782f354305f9ced7b659c98091e7418cda0 /conf
parente2e658652a33282bee38325dd506408877d22434 (diff)
downloadmeta-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')
-rw-r--r--conf/machine/k2e-evm.conf2
-rw-r--r--conf/machine/k2g-evm.conf2
-rw-r--r--conf/machine/k2hk-evm.conf2
-rw-r--r--conf/machine/k2l-evm.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
index e9f500f1..662f5c89 100644
--- a/conf/machine/k2e-evm.conf
+++ b/conf/machine/k2e-evm.conf
@@ -22,7 +22,7 @@ SYSVINIT_ENABLED_GETTYS = ""
22# UBI: logical eraseblock size: 126976 bytes 22# UBI: logical eraseblock size: 126976 bytes
23# from ubiattach stdout: 23# from ubiattach stdout:
24# UBI device number 0, total 3856 LEBs 24# UBI device number 0, total 3856 LEBs
25MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000" 25MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856"
26 26
27# do ubiattach /dev/ubi_ctrl -m 4 27# do ubiattach /dev/ubi_ctrl -m 4
28# from dmesg: 28# from dmesg:
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:
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index de79de9a..89386f1d 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -22,7 +22,7 @@ SYSVINIT_ENABLED_GETTYS = ""
22# UBI: logical eraseblock size: 126976 bytes 22# UBI: logical eraseblock size: 126976 bytes
23# from ubiattach stdout: 23# from ubiattach stdout:
24# UBI device number 0, total 3856 LEBs 24# UBI device number 0, total 3856 LEBs
25MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000" 25MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856"
26 26
27# do ubiattach /dev/ubi_ctrl -m 4 27# do ubiattach /dev/ubi_ctrl -m 4
28# from dmesg: 28# from dmesg:
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
25MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000" 25MKUBIFS_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: