[PATCH 18/18] configs: am64: Fix booting of fitImage on AM64x

Manorit Chawdhry m-chawdhry at ti.com
Fri Jul 14 07:52:41 CEST 2023


From: Kamlesh Gurudasani <kamlesh at ti.com>

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 at ti.com>
Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
---
 configs/am64x_evm_a53_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index f792b5859e94..5fdaafb983d4 100644
--- a/configs/am64x_evm_a53_defconfig
+++ b/configs/am64x_evm_a53_defconfig
@@ -62,7 +62,6 @@ CONFIG_SPL_SPI_LOAD=y
 CONFIG_SYS_SPI_U_BOOT_OFFS=0x280000
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_SYS_MAXARGS=64
-CONFIG_SYS_BOOTM_LEN=0x800000
 CONFIG_CMD_ASKENV=y
 CONFIG_CMD_DFU=y
 CONFIG_CMD_DM=y

-- 
2.40.1



More information about the U-Boot mailing list