[U-Boot] [PATCH 1/5][v4] powerpc/mpc85xx:No NOR boot, do not compile IFC errata A003399
Scott Wood
scottwood at freescale.com
Mon Apr 15 23:41:34 CEST 2013
On 04/15/2013 05:12:48 AM, Prabhakar Kushwaha wrote:
> diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
> b/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
> index dacfdd1..439a873 100644
> --- a/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
> +++ b/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
> @@ -25,7 +25,7 @@
>
> DECLARE_GLOBAL_DATA_PTR;
>
> -#if defined(CONFIG_SYS_FSL_ERRATUM_IFC_A003399) &&
> !defined(CONFIG_SYS_RAMBOOT)
> +#ifdef CONFIG_A003399_NOR_WORKAROUND
Won't this break bisectability since you don't define
CONFIG_A003399_NOR_WORKAROUND until a later patch?
-Scott
More information about the U-Boot
mailing list