[PATCH] ARM: imx8m: verdin-imx8mm: Increase bootm size to 64 MiB
Marek Vasut
marex at denx.de
Tue May 18 00:40:30 CEST 2021
Uncompressed aarch64 kernel Image are rather large, increase the bootm
size limit to 64 MiB to cater for that.
Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler at toradex.com>
Cc: Max Krummenacher <max.krummenacher at toradex.com>
Cc: Oleksandr Suvorov <oleksandr.suvorov at toradex.com>
---
include/configs/verdin-imx8mm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/verdin-imx8mm.h b/include/configs/verdin-imx8mm.h
index e2a817891c2..7be5e5ddf11 100644
--- a/include/configs/verdin-imx8mm.h
+++ b/include/configs/verdin-imx8mm.h
@@ -16,6 +16,8 @@
#define CONFIG_SYS_UBOOT_BASE \
(QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+
#ifdef CONFIG_SPL_BUILD
#define CONFIG_SPL_STACK 0x920000
#define CONFIG_SPL_BSS_START_ADDR 0x910000
--
2.30.2
More information about the U-Boot
mailing list