diff options
| author | Bryan Brattlof <[email protected]> | 2025-07-15 13:47:05 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-22 11:30:14 -0600 |
| commit | babae80169dd4c9ea94f27e3c6f0f4e004f8e71a (patch) | |
| tree | 4041702732b1d87857088993846255618cbafd86 /include/env | |
| parent | 187ac12927c042a982961096c9a418287b8e97e2 (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/env')
| -rw-r--r-- | include/env/ti/ti_armv7_keystone2.env | 1 | ||||
| -rw-r--r-- | include/env/ti/ti_common.env | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/env/ti/ti_armv7_keystone2.env b/include/env/ti/ti_armv7_keystone2.env index e0395d302cb..1b2aaa2808a 100644 --- a/include/env/ti/ti_armv7_keystone2.env +++ b/include/env/ti/ti_armv7_keystone2.env @@ -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 diff --git a/include/env/ti/ti_common.env b/include/env/ti/ti_common.env index 7029d12bf20..03e3267ef8a 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 |
