diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/ddr-gen3.c')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/ddr-gen3.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/ddr-gen3.c b/arch/powerpc/cpu/mpc85xx/ddr-gen3.c index 8bed5fe92..21840bfc2 100644 --- a/arch/powerpc/cpu/mpc85xx/ddr-gen3.c +++ b/arch/powerpc/cpu/mpc85xx/ddr-gen3.c @@ -140,6 +140,9 @@ void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,  			out_be32(&ddr->debug[i], regs->debug[i]);  		}  	} +#ifdef CONFIG_SYS_FSL_ERRATUM_A_004934 +	out_be32(&ddr->debug[28], 0x00003000); +#endif  #ifdef CONFIG_SYS_FSL_ERRATUM_DDR_A003474  	out_be32(&ddr->debug[12], 0x00000015); |