projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842eaa1
)
powerpc/mpc85xx: Fix a typo in workaround message for DDR erratum A003474
author
York Sun
<yorksun@freescale.com>
Mon, 6 Jan 2014 20:12:33 +0000
(12:12 -0800)
committer
York Sun
<yorksun@freescale.com>
Tue, 21 Jan 2014 21:40:18 +0000
(13:40 -0800)
Unfortunately a typo presents "DDR-
A003473
" instead of "DDR-
A003474
".
Signed-off-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/cmd_errata.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/cpu/mpc85xx/cmd_errata.c
b/arch/powerpc/cpu/mpc85xx/cmd_errata.c
index 1e5a43f0e0226463420f4eaa461f666972b27373..7693899058b1bd82a9271076b4a626e5e5af4793 100644
(file)
--- a/
arch/powerpc/cpu/mpc85xx/cmd_errata.c
+++ b/
arch/powerpc/cpu/mpc85xx/cmd_errata.c
@@
-156,7
+156,7
@@
static int do_errata(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
puts("Work-around for Erratum CPU-A003999 enabled\n");
#endif
#if defined(CONFIG_SYS_FSL_ERRATUM_DDR_A003474)
- puts("Work-around for Erratum DDR-A00347
3
enabled\n");
+ puts("Work-around for Erratum DDR-A00347
4
enabled\n");
#endif
#if defined(CONFIG_SYS_FSL_ERRATUM_DDR_MSYNC_IN)
puts("Work-around for DDR MSYNC_IN Erratum enabled\n");