From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Sun, 24 Jan 2016 11:51:00 +0100 Subject: [U-Boot] [PATCH] imx: mx6/7 enlarge CONFIG_SYS_BOOTM_LEN to 16M In-Reply-To: <1451892442-4841-1-git-send-email-peng.fan@nxp.com> References: <1451892442-4841-1-git-send-email-peng.fan@nxp.com> Message-ID: <56A4AC94.70603@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/01/2016 08:27, Peng Fan wrote: > 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(+) > > diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h > index 1fd7ce3..fa91186 100644 > --- a/include/configs/mx6_common.h > +++ b/include/configs/mx6_common.h > @@ -35,6 +35,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 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 > Applied to u-boot-imx, thanks! Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================