As the size of the kernels, DTs, and initial ram disks continues to grow in size the 256MB size limit set aside for image processing by the bootm command has become too small for some boards.
Rather than increasing this limit let's just remove any limit by default and let each board set its own (if needed) for there use case. Signed-off-by: Bryan Brattlof <b...@ti.com> --- include/env/ti/ti_common.env | 1 - 1 file changed, 1 deletion(-) diff --git a/include/env/ti/ti_common.env b/include/env/ti/ti_common.env index 7029d12bf203320fde859965ae57c272ed4c685c..03e3267ef8a1bf3e14c65df124ed1ac842c88760 100644 --- a/include/env/ti/ti_common.env +++ b/include/env/ti/ti_common.env @@ -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 --- base-commit: cd79a2839b01571b6f2915c219f71c05e3c97482 change-id: 20250715-initrd-fixes-ffe70a839f0a Best regards, -- Bryan Brattlof <b...@ti.com>