
On 01/13/2014 10:04 PM, Prabhakar Kushwaha wrote:
u-boot binary size for Freescale mpc85xx platforms is 512KB. This has been reached to upper limit for some of the platforms causig linker error.
So, Increase the u-boot binary size to 768KB.
Signed-off-by: York Sun yorksun@freescale.com Signed-off-by: Prabhakar Kushwaha prabhakar@freescale.com
This patch depends upon following patches: a) powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL http://patchwork.ozlabs.org/patch/309094/ b) powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL http://patchwork.ozlabs.org/patch/309095/ c) powerpc:Rename CONFIG_PBLRCW_CONFIG & CONFIG_SYS_FSL_PBL_PBI http://patchwork.ozlabs.org/patch/309685/
Limitation:
- NAND boot, SD boot, SPI boot will not work for T4, B4, T2080 (workig on 2 stage boot loaader for these platforms)
Applied to u-boot-mpc85xx master branch. Awaiting upstream.
York