diff options
author | Peng Fan <van.freenix@gmail.com> | 2016-01-04 15:27:22 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-01-24 11:50:27 +0100 |
commit | 1ecd2eaa88b9e7ec976559606ec32c92358b2528 (patch) | |
tree | 60b6628c36b3ef39635011719bd9791212034111 /include/configs/mx7_common.h | |
parent | 65806cc76e64b26349defafe0fd1825e37bcb2c3 (diff) | |
download | u-boot-imx-1ecd2eaa88b9e7ec976559606ec32c92358b2528.zip u-boot-imx-1ecd2eaa88b9e7ec976559606ec32c92358b2528.tar.gz u-boot-imx-1ecd2eaa88b9e7ec976559606ec32c92358b2528.tar.bz2 |
imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M
Support uncompressing zImage which is larger than 8M.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Peter Robinson <pbrobinson@gmail.com>
Cc: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Adrian Alonso <aalonso@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mx7_common.h')
-rw-r--r-- | include/configs/mx7_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index d507fb4..fac7c3f 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -23,6 +23,8 @@ #define CONFIG_SC_TIMER_CLK 8000000 /* 8Mhz */ #define CONFIG_SYS_FSL_CLK +#define CONFIG_SYS_BOOTM_LEN 0x1000000 + /* Enable iomux-lpsr support */ #define CONFIG_IOMUX_LPSR #define CONFIG_IMX_FIXED_IVT_OFFSET |