From: Michal Simek Date: Wed, 19 Mar 2014 07:14:34 +0000 (+0100) Subject: zynq: Extend max limit for image uncompression X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=723be67d8e07f533f495d17f874243afdf9cb272;p=thirdparty%2Fu-boot.git zynq: Extend max limit for image uncompression 20MB was too low for systems with bigger rootfs. Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index c0d24a3e16e..08984a7df70 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -340,7 +340,7 @@ #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)