]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include: env: ti_common: remove bootm_size
authorBryan Brattlof <bb@ti.com>
Tue, 15 Jul 2025 18:47:05 +0000 (13:47 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 22 Jul 2025 17:30:14 +0000 (11:30 -0600)
As the size of 64b ARM kernels, DTs, vendor firmware, and initial ram
disks continues to grow, the 256MB size limit set aside for image
processing by the bootm command has become too small for some K3
reference boards.

For ARMv7 removing this limit could introduce issues so move the
bootm_size variable to ti_armv7_keystone2.env and remove the limit for
any board using a TI K3 SoC.

Signed-off-by: Bryan Brattlof <bb@ti.com>
include/env/ti/ti_armv7_keystone2.env
include/env/ti/ti_common.env

index e0395d302cb9c308cbe56f1e7355fcdd129474f5..1b2aaa2808a8eb896ef821d5d978d77d0f687ef8 100644 (file)
@@ -12,6 +12,7 @@ dfu_alt_info_mmc=
        uEnv.txt fat 0 1
 
 bootdir=/boot
+bootm_size=0x10000000
 tftp_root=/
 nfs_root=/export
 mem_lpae=1
index 7029d12bf203320fde859965ae57c272ed4c685c..03e3267ef8a1bf3e14c65df124ed1ac842c88760 100644 (file)
@@ -8,7 +8,6 @@ rdaddr=0x88080000
 ramdisk_addr_r=0x88080000
 scriptaddr=0x80000000
 pxefile_addr_r=0x80100000
-bootm_size=0x10000000
 boot_fdt=try
 
 boot_fit=0