]> git.ipfire.org Git - thirdparty/u-boot.git/commit
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)
commitbabae80169dd4c9ea94f27e3c6f0f4e004f8e71a
tree4041702732b1d87857088993846255618cbafd86
parent187ac12927c042a982961096c9a418287b8e97e2
include: env: ti_common: remove bootm_size

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