From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 14 Nov 2014 13:22:35 -0800 Subject: [U-Boot] [PATCH] mpc85xx/kmp204x: raise u-boot size to 768KB In-Reply-To: <1414138276-5418-1-git-send-email-valentin.longchamp@keymile.com> References: <1414138276-5418-1-git-send-email-valentin.longchamp@keymile.com> Message-ID: <5466729B.1010403@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 10/24/2014 01:11 AM, Valentin Longchamp wrote: > Until now this defined to be 512KB and the total binary size actually > was on the edge of this limit. Most of the powerpc boards have thus > moved to 768KB. > > Since on the current kmp204x boards there is 1MB reserved for u-boot on > the SPI boot flash, there is no problem to set the limit to 768KB as > well to be on line with the other powerpc boards and to eventually > configure in some additional features (and binary size) to u-boot. > > Signed-off-by: Valentin Longchamp > --- Applied to u-boot-mpc85xx master. Thanks. York