[U-Boot] [PATCH] powerpc/corenet: Add workaround for ELBC multi-bit ECC error

Scott Wood scottwood at freescale.com
Tue Jan 29 21:02:09 CET 2013


On 01/28/2013 01:16:53 AM, Shaohui Xie wrote:
> diff --git a/arch/powerpc/cpu/mpc85xx/cmd_errata.c  
> b/arch/powerpc/cpu/mpc85xx/cmd_errata.c
> index e5ecf5d..f26d608 100644
> --- a/arch/powerpc/cpu/mpc85xx/cmd_errata.c
> +++ b/arch/powerpc/cpu/mpc85xx/cmd_errata.c
> @@ -227,6 +227,9 @@ static int do_errata(cmd_tbl_t *cmdtp, int flag,  
> int argc, char * const argv[])
>  #ifdef CONFIG_SYS_FSL_ERRATUM_NMG_LBC103
>  	puts("Work-around for Erratum NMG_LBC103 enabled\n");
>  #endif
> +#ifdef CONFIG_SYS_FSL_ELBC_MULTIBIT_ECC
> +	puts("Work-around for Erratum ELBC MULTIBIT ECC enabled\n");
> +#endif

Is there still no erratum number for this?

-Scott


More information about the U-Boot mailing list