]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 c90f5315fd598a418240e79e2af7c6ac33a5722d..f6efc55059aa190e8e09df166f7073cb2c5b1a17 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 f820de3b09e7253bb246f4ba9d2999a2efa034ba..ae58646d5e9bbb918d7e912942963d1bb88c55a3 100644 (file)
 #endif
 
 #include <asm/fsl_secure_boot.h>
+#define CONFIG_SYS_BOOTM_LEN   (64 << 20) /* Increase max gunzip size */
 
 #endif