diff options
author | Alison Wang <b18965@freescale.com> | 2016-01-15 15:29:32 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-01 09:11:11 -0800 |
commit | cc7b8b9abb1de3b9957203afbeb9504a40fd2ca4 (patch) | |
tree | 1413a2cb7abe11eb1ae4ed90d34ad837b702bbf2 | |
parent | 40b8a3db833294bb1bc116592fad52667bc39680 (diff) |
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 <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
-rw-r--r-- | include/configs/ls1021aqds.h | 1 | ||||
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index c90f5315fd5..f6efc55059a 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -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 diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index f820de3b09e..ae58646d5e9 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -523,5 +523,6 @@ #endif #include <asm/fsl_secure_boot.h> +#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ #endif |