From 1ecd2eaa88b9e7ec976559606ec32c92358b2528 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 4 Jan 2016 15:27:22 +0800 Subject: imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M Support uncompressing zImage which is larger than 8M. Signed-off-by: Peng Fan Cc: Peter Robinson Cc: Volodymyr Riazantsev Cc: Fabio Estevam Cc: Adrian Alonso Cc: Stefano Babic --- include/configs/mx6_common.h | 2 ++ include/configs/mx7_common.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include') diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index 174ea088f3..179b4f9007 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -25,6 +25,8 @@ #define CONFIG_SYS_NO_FLASH +#define CONFIG_SYS_BOOTM_LEN 0x1000000 + #include #include #include diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index d507fb48da..fac7c3f2e2 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 -- cgit v1.2.1