From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:32:55 -0700 Subject: [U-Boot] [PATCH] Powerpc/mpc8536DS: Increase SPI/SD uboot Image size to 768K In-Reply-To: <1397099790-6992-1-git-send-email-Haijun.Zhang@freescale.com> References: <1397099790-6992-1-git-send-email-Haijun.Zhang@freescale.com> Message-ID: <53583F97.8060504@freescale.com> 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/09/2014 08:16 PM, Haijun Zhang wrote: > u-boot binary size for Freescale mpc8536DS platforms is 512KB. > This has been reached to upper limit of the platforms and causig > linker error. So increase the u-boot binary size to 768KB. > > Signed-off-by: Haijun Zhang > --- Applied to u-boot-mpc85xx/master, thanks. York