From: Michal Simek <michal.simek@xilinx.com>
Date: Mon, 20 Jan 2014 10:29:06 +0000 (+0100)
Subject: zynq: Extend kernel image size to 20MB
X-Git-Tag: v2025.01-rc5-pxa1908~15470^2~66^2~2^2~15
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=ae9f489977c802d5209b05a4d78fc59aa41f89c4;p=u-boot.git

zynq: Extend kernel image size to 20MB

Extend max kernel image size. Gunzip is checking
this value. If kernel is larger, message below is shown.

Uncompressing Kernel Image ... Error: inflate() returned -5
GUNZIP: uncompress, out-of-mem or overwrite error -
must RESET board to recover

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 9b6db043b5..3ada295fe0 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -221,6 +221,9 @@
 #define CONFIG_FIT_SIGNATURE
 #define CONFIG_RSA
 
+/* Extend size of kernel image for uncompression */
+#define CONFIG_SYS_BOOTM_LEN	(20 * 1024 * 1024)
+
 /* Boot FreeBSD/vxWorks from an ELF image */
 #if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
 # define CONFIG_API