From cc7b8b9abb1de3b9957203afbeb9504a40fd2ca4 Mon Sep 17 00:00:00 2001 From: Alison Wang Date: Fri, 15 Jan 2016 15:29:32 +0800 Subject: armv7: ls102xa: Increase the supported kernel size Increase the kernel size supported for LS1021A platform. Define CONFIG_SYS_BOOTM_LEN to 64M. Signed-off-by: Alison Wang Reviewed-by: York Sun --- include/configs/ls1021aqds.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/ls1021aqds.h') diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index c90f531..f6efc55 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -665,5 +665,6 @@ unsigned long get_board_ddr_clk(void); #endif #include +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ #endif -- cgit v1.1