From 6660abbdc482a4c5db7e1ea04f60c9f55a71cd29 Mon Sep 17 00:00:00 2001 From: Jacob Stiffler Date: Tue, 6 Jan 2015 21:16:26 +0000 Subject: [PATCH] am57xx-evm, dra7xx-evm: ubifs: Increase "max_leb_cnt" * This is needed for larger filesystem size. Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 2 +- conf/machine/dra7xx-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 25b1647f..3010e042 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -23,7 +23,7 @@ UBOOT_MACHINE = "beagle_x15_config" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4352" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index ba7b4405..175450fb 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf @@ -23,7 +23,7 @@ UBOOT_MACHINE = "dra7xx_evm_config" # UBI: logical eraseblock size: 126976 bytes # from ubiattach stdout: # UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4352" # do ubiattach /dev/ubi_ctrl -m 7 -O 2048 # from dmesg: