]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc85xx/cmd_errata.c
p4080/serdes: Implement the XAUI workaround for SERDES9 erratum
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc85xx / cmd_errata.c
index e94975a1c6857c27b111dc4792f0d622e86b7a1c..05648169ad41f9cd272617fb6b3fac90b1fb0a46 100644 (file)
@@ -44,6 +44,9 @@ static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 #if defined(CONFIG_SYS_P4080_ERRATUM_SERDES8)
        puts("Work-around for Erratum SERDES8 enabled\n");
 #endif
+#if defined(CONFIG_SYS_P4080_ERRATUM_SERDES9)
+       puts("Work-around for Erratum SERDES9 enabled\n");
+#endif
 #if defined(CONFIG_SYS_P4080_ERRATUM_CPU22)
        puts("Work-around for Erratum CPU22 enabled\n");
 #endif