]> git.sur5r.net Git - u-boot/commitdiff
imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M
authorPeng Fan <van.freenix@gmail.com>
Mon, 4 Jan 2016 07:27:22 +0000 (15:27 +0800)
committerStefano Babic <sbabic@denx.de>
Sun, 24 Jan 2016 10:50:27 +0000 (11:50 +0100)
Support uncompressing zImage which is larger than 8M.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Adrian Alonso <aalonso@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
include/configs/mx6_common.h
include/configs/mx7_common.h

index 174ea088f3efea83415b30bf3a54057f39a682cf..179b4f9007d9bc2846ba14bd55f5e4149709111b 100644 (file)
@@ -25,6 +25,8 @@
 
 #define CONFIG_SYS_NO_FLASH
 
+#define CONFIG_SYS_BOOTM_LEN   0x1000000
+
 #include <linux/sizes.h>
 #include <asm/arch/imx-regs.h>
 #include <asm/imx-common/gpio.h>
index d507fb48daeae382a9887b187c9ac9f9d406f1f4..fac7c3f2e22909079809e4ec7a25bac6961a9457 100644 (file)
@@ -23,6 +23,8 @@
 #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */
 #define CONFIG_SYS_FSL_CLK
 
+#define CONFIG_SYS_BOOTM_LEN   0x1000000
+
 /* Enable iomux-lpsr support */
 #define CONFIG_IOMUX_LPSR
 #define CONFIG_IMX_FIXED_IVT_OFFSET