aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamlesh Gurudasani <kamlesh@ti.com>2023-07-14 11:22:41 +0530
committerTom Rini <trini@konsulko.com>2023-07-21 19:38:38 -0400
commit5234565b577db48cc57a1442c7b90e427512efca (patch)
tree5329e30203e0e97b9fc1dd88bb4a6a574b668cf6
parent93d4ab8c99904ff4f89dd2ce68cbfdad160d33e5 (diff)
downloadu-boot-WIP/2023-07-22-TI-binman-and-K3-improvements.zip
u-boot-WIP/2023-07-22-TI-binman-and-K3-improvements.tar.gz
u-boot-WIP/2023-07-22-TI-binman-and-K3-improvements.tar.bz2
configs: am64: Fix booting of fitImage on AM64xWIP/2023-07-22-TI-binman-and-K3-improvements
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>
-rw-r--r--configs/am64x_evm_a53_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am64x_evm_a53_defconfig b/configs/am64x_evm_a53_defconfig
index f792b58..5fdaafb 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