]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
zynq: Extend max limit for image uncompression
authorMichal Simek <michal.simek@xilinx.com>
Wed, 19 Mar 2014 07:14:34 +0000 (08:14 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 20 Mar 2014 13:34:44 +0000 (14:34 +0100)
20MB was too low for systems with bigger rootfs.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/zynq-common.h

index c0d24a3e16ec866c38282b4d822da0c0e89528c2..08984a7df70df2a54320e8a1ce8e8b922d29ed38 100644 (file)
 #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
 
 /* Extend size of kernel image for uncompression */
-#define CONFIG_SYS_BOOTM_LEN   (20 * 1024 * 1024)
+#define CONFIG_SYS_BOOTM_LEN   (60 * 1024 * 1024)
 
 /* Boot FreeBSD/vxWorks from an ELF image */
 #if defined(CONFIG_ZYNQ_BOOT_FREEBSD)