From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 29 Jan 2013 14:02:09 -0600 Subject: [U-Boot] [PATCH] powerpc/corenet: Add workaround for ELBC multi-bit ECC error In-Reply-To: <1359357413-1619-1-git-send-email-Shaohui.Xie@freescale.com> (from Shaohui.Xie@freescale.com on Mon Jan 28 01:16:53 2013) References: <1359357413-1619-1-git-send-email-Shaohui.Xie@freescale.com> Message-ID: <1359489729.32453.10@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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