aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2021-08-29 22:39:12 +0300
committerStefano Babic <sbabic@denx.de>2021-10-07 16:53:50 +0200
commit13586e46686bfcbd6a43c12e6bfec589d8db16f8 (patch)
tree6abc94cf249d6b2d08fc80ff6e250624afb838da /include
parent80c9cb3cb529f06faa21e63682c30833d79c374c (diff)
downloadu-boot-13586e46686bfcbd6a43c12e6bfec589d8db16f8.zip
u-boot-13586e46686bfcbd6a43c12e6bfec589d8db16f8.tar.gz
u-boot-13586e46686bfcbd6a43c12e6bfec589d8db16f8.tar.bz2
imx8mq_evk: Increase CONFIG_SYS_BOOTM_LEN to 64MB
The BSP platform LmP supports the board NXP iMX8M Plus EVK. The kernel size in LmP exceeds 32Mb. Increase the maximum size of an uncompressed kernel to fix the following error: Uncompressing Kernel Image Error: inflate() returned -5 Image too large: increase CONFIG_SYS_BOOTM_LEN Must RESET board to recover Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'include')
-rw-r--r--include/configs/imx8mq_evk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mq_evk.h b/include/configs/imx8mq_evk.h
index 9b9d6fd..f2eb777 100644
--- a/include/configs/imx8mq_evk.h
+++ b/include/configs/imx8mq_evk.h
@@ -10,7 +10,7 @@
#include <linux/stringify.h>
#include <asm/arch/imx-regs.h>
-#define CONFIG_SYS_BOOTM_LEN (32 * SZ_1M)
+#define CONFIG_SYS_BOOTM_LEN (64 * SZ_1M)
#define CONFIG_SPL_MAX_SIZE (124 * 1024)
#define CONFIG_SYS_MONITOR_LEN (512 * 1024)