|
@@ -99,6 +99,9 @@ static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
|
|
#ifdef CONFIG_SYS_FSL_ERRATUM_NMG_DDR120
|
|
#ifdef CONFIG_SYS_FSL_ERRATUM_NMG_DDR120
|
|
if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))
|
|
if ((SVR_MAJ(svr) == 1) || IS_SVR_REV(svr, 2, 0))
|
|
puts("Work-around for Erratum NMG DDR120 enabled\n");
|
|
puts("Work-around for Erratum NMG DDR120 enabled\n");
|
|
|
|
+#endif
|
|
|
|
+#ifdef CONFIG_SYS_FSL_ERRATUM_NMG_LBC103
|
|
|
|
+ puts("Work-around for Erratum NMG_LBC103 enabled\n");
|
|
#endif
|
|
#endif
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|