]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index f792b5859e94b7c9259dfc232e08b12f347bf440..5fdaafb983d4a258f2b2223fb273af0da81fed07 100644 (file)
@@ -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