On July 15, 2025 thus sayeth Tom Rini: > On Tue, Jul 15, 2025 at 11:21:12AM -0500, Bryan Brattlof wrote: > > > 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 <[email protected]> > > --- > > 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 > > So, which of the older families of parts use this file if any? This can > be a concern on am33xx for example, still.
Ah I though it checked but I see some K2 platforms #include this. I'll just set it for those boards as I don't really want to mess with them. ~Bryan

