Commit b518816423014587ce89be242503e439c7ade956

Authored by York Sun
1 parent 842eaa1361

powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum A003474

Unfortunately a typo presents "DDR-A003473" instead of "DDR-A003474".

Signed-off-by: York Sun <yorksun@freescale.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/powerpc/cpu/mpc85xx/cmd_errata.c
... ... @@ -156,7 +156,7 @@
156 156 puts("Work-around for Erratum CPU-A003999 enabled\n");
157 157 #endif
158 158 #if defined(CONFIG_SYS_FSL_ERRATUM_DDR_A003474)
159   - puts("Work-around for Erratum DDR-A003473 enabled\n");
  159 + puts("Work-around for Erratum DDR-A003474 enabled\n");
160 160 #endif
161 161 #if defined(CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN)
162 162 puts("Work-around for DDR MSYNC_IN Erratum enabled\n");