projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fa75c8
)
powerpc/mpc85xx: Update workaround for DDR erratum A-004934
author
York Sun
<yorksun@freescale.com>
Mon, 25 Mar 2013 07:39:34 +0000
(07:39 +0000)
committer
Andy Fleming
<afleming@freescale.com>
Tue, 14 May 2013 21:13:25 +0000
(16:13 -0500)
The workaround has been updated to use a slightly different magic number.
Change from 0x00003000 to 0x30003000.
Signed-off-by: York Sun <yorksun@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
arch/powerpc/cpu/mpc85xx/ddr-gen3.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/cpu/mpc85xx/ddr-gen3.c
b/arch/powerpc/cpu/mpc85xx/ddr-gen3.c
index
ef0dd1d
..
c5b4720
100644
(file)
--- a/
arch/powerpc/cpu/mpc85xx/ddr-gen3.c
+++ b/
arch/powerpc/cpu/mpc85xx/ddr-gen3.c
@@
-142,7
+142,7
@@
void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
}
}
#ifdef CONFIG_SYS_FSL_ERRATUM_A_004934
- out_be32(&ddr->debug[28], 0x
0
0003000);
+ out_be32(&ddr->debug[28], 0x
3
0003000);
#endif
#ifdef CONFIG_SYS_FSL_ERRATUM_DDR_A003474