[PATCH] include: env: ti_common: remove bootm_size

Tom Rini trini at konsulko.com
Tue Jul 15 18:58:45 CEST 2025


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 <bb at 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

So, which of the older families of parts use this file if any? This can
be a concern on am33xx for example, still.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250715/c5df0321/attachment.sig>


More information about the U-Boot mailing list