configs: am64: Fix booting of fitImage on AM64x
authorKamlesh Gurudasani <kamlesh@ti.com>
Fri, 14 Jul 2023 05:52:41 +0000 (11:22 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 22 Jul 2023 02:07:46 +0000 (22:07 -0400)
commite5031cc07eed1c3327f0e5330b0fcb84ecd0a400
treefceb8eb1f3fc7d670295728408f828bd5e3401d3
parent86fab110248f3dcff77ac22b5c352d5e49225619
configs: am64: Fix booting of fitImage on AM64x

Do not limit the maximum size of the buffer that is used to decompress
the OS image in to, this causes issue while inflating the image, if image
size is greater than the buffer.
Remove CONFIG_SYS_BOOTM_LEN

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
configs/am64x_evm_a53_defconfig