[U-Boot] [PATCH] ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size

Kumar Gala galak at kernel.crashing.org
Wed Apr 7 08:37:37 CEST 2010


On Apr 7, 2010, at 1:36 AM, Kumar Gala wrote:

> The MPC8536DS_NAND SPL build was failing due to code size increase
> introduced by commit:
> 
> commit 33f57bd553edf29dffef5a6c7d76e169c79a6049
> Author: Kumar Gala <galak at kernel.crashing.org>
> Date:   Fri Mar 26 15:14:43 2010 -0500
> 
>    85xx: Fix enabling of L1 cache parity on secondary cores
> 
> We built in some NS16550 functions that we dont need and can get
> rid of them via CONFIG_NS16550_MIN_FUNCTIONS.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> include/configs/MPC8536DS.h  |    3 +++
> include/configs/MPC8569MDS.h |    3 +++
> include/configs/P1_P2_RDB.h  |    3 +++
> 3 files changed, 9 insertions(+), 0 deletions(-)

If there are any plans for a v2010.03.1 please pick this patch up.

- k


More information about the U-Boot mailing list