diff mbox series

[meta-ti,master/kirkstone] conf: am335x-evm and am437x-evm: bump max_leb_cnt

Message ID 20230620170932.19093-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] conf: am335x-evm and am437x-evm: bump max_leb_cnt | expand

Commit Message

Ryan Eatmon June 20, 2023, 5:09 p.m. UTC
New features added require another increase to max_leb_cnt.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
 meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Bajjuri, Praneeth June 20, 2023, 7:25 p.m. UTC | #1
On 6/20/2023 12:09 PM, Ryan Eatmon wrote:
> New features added require another increase to max_leb_cnt.

Julien,

Please review.


> 
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
>   meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
>   meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf
> index 266f1f20..b41ae14a 100644
> --- a/meta-ti-bsp/conf/machine/am335x-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
> @@ -23,7 +23,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>   # UBI: logical eraseblock size:    126976 bytes
>   # from ubiattach stdout:
>   # UBI device number 0, total 1988 LEBs
> -MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
> +MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10700"
>   
>   # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
>   # from dmesg:
> diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf
> index 6501a3ef..ca57a8fb 100644
> --- a/meta-ti-bsp/conf/machine/am437x-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am437x-evm.conf
> @@ -21,7 +21,7 @@ SERIAL_CONSOLES = "115200;ttyS0"
>   # UBI: logical eraseblock size:    253952 bytes
>   # from ubiattach stdout:
>   # UBI device number 0, total 994 LEBs
> -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5100"
>   
>   # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
>   # from dmesg:
Julien Panis June 21, 2023, 6:30 a.m. UTC | #2
On 6/20/23 21:25, Bajjuri, Praneeth wrote:
>
>
> On 6/20/2023 12:09 PM, Ryan Eatmon wrote:
>> New features added require another increase to max_leb_cnt.
>
> Julien,
>
> Please review.
>
>
>>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>>   meta-ti-bsp/conf/machine/am335x-evm.conf | 2 +-
>>   meta-ti-bsp/conf/machine/am437x-evm.conf | 2 +-
>>   2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Julien Panis <jpanis@baylibre.com>
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/am335x-evm.conf b/meta-ti-bsp/conf/machine/am335x-evm.conf
index 266f1f20..b41ae14a 100644
--- a/meta-ti-bsp/conf/machine/am335x-evm.conf
+++ b/meta-ti-bsp/conf/machine/am335x-evm.conf
@@ -23,7 +23,7 @@  SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 # UBI: logical eraseblock size:    126976 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 1988 LEBs
-MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10300"
+MKUBIFS_ARGS ?= "-F -m 2048 -e 126976 -c 10700"
 
 # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
 # from dmesg:
diff --git a/meta-ti-bsp/conf/machine/am437x-evm.conf b/meta-ti-bsp/conf/machine/am437x-evm.conf
index 6501a3ef..ca57a8fb 100644
--- a/meta-ti-bsp/conf/machine/am437x-evm.conf
+++ b/meta-ti-bsp/conf/machine/am437x-evm.conf
@@ -21,7 +21,7 @@  SERIAL_CONSOLES = "115200;ttyS0"
 # UBI: logical eraseblock size:    253952 bytes
 # from ubiattach stdout:
 # UBI device number 0, total 994 LEBs
-MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5000"
+MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 5100"
 
 # do ubiattach /dev/ubi_ctrl -m 11 -O 4096
 # from dmesg: