mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 20:56:12 +02:00
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>
This commit is contained in:
parent
187ac12927
commit
babae80169
1
include/env/ti/ti_armv7_keystone2.env
vendored
1
include/env/ti/ti_armv7_keystone2.env
vendored
@ -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
|
||||
|
||||
1
include/env/ti/ti_common.env
vendored
1
include/env/ti/ti_common.env
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user