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 /include/configs/ls1021atwr.h | |
parent | 40b8a3db833294bb1bc116592fad52667bc39680 (diff) | |
download | u-boot-cc7b8b9abb1de3b9957203afbeb9504a40fd2ca4.tar.gz |
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>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index f820de3b09..ae58646d5e 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 |