]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cmd_errata.c
powerpc/fsl-corenet: work around erratum A004510
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / cmd_errata.c
index 858b3f8260e6394078870dc6593ab0391aad44e1..e8989bdf459b66598df8ce84daeeddd0a935909e 100644 (file)
@@ -123,6 +123,9 @@ static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 #ifdef CONFIG_SYS_FSL_ERRATUM_NMG_ETSEC129
        if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))
                puts("Work-around for Erratum NMG ETSEC129 enabled\n");
+#endif
+#ifdef CONFIG_SYS_FSL_ERRATUM_A004510
+       puts("Work-around for Erratum A004510 enabled\n");
 #endif
        return 0;
 }