summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorChirag Shilwant <c-shilwant@ti.com>2025-04-10 19:28:26 +0530
committerRyan Eatmon <reatmon@ti.com>2025-04-23 14:21:16 -0500
commit392a4624df3b72cfbe29630394ac1773569f8109 (patch)
tree197e07834a01c1499bf541f42194500b8ca9326f /meta-ti-bsp
parent118946e71938640d753022d7fe3e515b4b83e818 (diff)
downloadmeta-ti-392a4624df3b72cfbe29630394ac1773569f8109.tar.gz
conf: machine: am62lxx-evm: Bump up max_leb_cnt
* New features added under meta-tisdk [0] require another increase to max_leb_cnt. * This patch fixes following errors observed with 11.00.09.04 tag on meta-tisdk, Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/conf/machine/am62lxx-evm.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/am62lxx-evm.conf b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
index 8d1e1fe2..607092a7 100644
--- a/meta-ti-bsp/conf/machine/am62lxx-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62lxx-evm.conf
@@ -7,7 +7,7 @@ require conf/machine/include/ti-extras.inc
7 7
8IMAGE_FSTYPES += "ubifs ubi" 8IMAGE_FSTYPES += "ubifs ubi"
9 9
10MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8000" 10MKUBIFS_ARGS ?= "-F -m 4096 -e 258048 -c 8500"
11 11
12UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024" 12UBINIZE_ARGS ?= "-m 4096 -p 256KiB -s 1024 -O 1024"
13 13