
29 Jan
2013
29 Jan
'13
9:02 p.m.
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