All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] imx8mm_evk: Increase CONFIG_SYS_BOOTM_LEN to 64MB
@ 2021-08-29 19:39 Oleksandr Suvorov
  2021-08-29 19:39 ` [PATCH 2/3] imx8mq_evk: " Oleksandr Suvorov
  2021-10-07 14:13 ` [PATCH 1/3] imx8mm_evk: " sbabic
  0 siblings, 2 replies; 17+ messages in thread
From: Oleksandr Suvorov @ 2021-08-29 19:39 UTC (permalink / raw)
  To: u-boot
  Cc: Peng Fan, Oleksandr Suvorov, Alice Guo, Oleksandr Andrushchenko,
	Patrick Delaunay

The BSP platform LmP supports the board NXP iMX8M Mini 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>
---

 include/configs/imx8mm_evk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/imx8mm_evk.h b/include/configs/imx8mm_evk.h
index 8f3dd8fb61..33c7ec544b 100644
--- a/include/configs/imx8mm_evk.h
+++ b/include/configs/imx8mm_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		(148 * 1024)
 #define CONFIG_SYS_MONITOR_LEN		SZ_512K
 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-10-07 14:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-29 19:39 [PATCH 1/3] imx8mm_evk: Increase CONFIG_SYS_BOOTM_LEN to 64MB Oleksandr Suvorov
2021-08-29 19:39 ` [PATCH 2/3] imx8mq_evk: " Oleksandr Suvorov
2021-08-29 19:39   ` [PATCH 3/3] imx8qm_mek: " Oleksandr Suvorov
2021-08-29 19:55     ` Marek Vasut
2021-08-29 20:53       ` Tom Rini
2021-08-30 11:11       ` Oleksandr Suvorov
2021-08-30 12:18         ` Marek Vasut
2021-08-30 15:05           ` Marcel Ziswiler
2021-08-30 15:10             ` Marek Vasut
2021-08-30 16:34               ` Marcel Ziswiler
2021-08-30 16:49                 ` Marek Vasut
2021-08-30 17:46             ` Tom Rini
2021-08-30 19:42               ` Marcel Ziswiler
2021-09-15  3:06         ` Peng Fan (OSS)
2021-10-07 14:13     ` sbabic
2021-10-07 14:13   ` [PATCH 2/3] imx8mq_evk: " sbabic
2021-10-07 14:13 ` [PATCH 1/3] imx8mm_evk: " sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.