armv7: ls102xa: Increase the supported kernel size
authorAlison Wang <b18965@freescale.com>
Fri, 15 Jan 2016 07:29:32 +0000 (15:29 +0800)
committerYork Sun <york.sun@nxp.com>
Mon, 1 Feb 2016 17:11:11 +0000 (09:11 -0800)
Increase the kernel size supported for LS1021A platform. Define
CONFIG_SYS_BOOTM_LEN to 64M.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h

index c90f531..f6efc55 100644 (file)
@@ -665,5 +665,6 @@ unsigned long get_board_ddr_clk(void);
 #endif
 
 #include <asm/fsl_secure_boot.h>
+#define CONFIG_SYS_BOOTM_LEN   (64 << 20) /* Increase max gunzip size */
 
 #endif
index f820de3..ae58646 100644 (file)
 #endif
 
 #include <asm/fsl_secure_boot.h>
+#define CONFIG_SYS_BOOTM_LEN   (64 << 20) /* Increase max gunzip size */
 
 #endif