mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
powerpc/mpc85xx: Update workaround for DDR erratum A-004934
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>
This commit is contained in:
parent
3fa75c875c
commit
8444b536c9
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_SYS_FSL_ERRATUM_A_004934
|
#ifdef CONFIG_SYS_FSL_ERRATUM_A_004934
|
||||||
out_be32(&ddr->debug[28], 0x00003000);
|
out_be32(&ddr->debug[28], 0x30003000);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SYS_FSL_ERRATUM_DDR_A003474
|
#ifdef CONFIG_SYS_FSL_ERRATUM_DDR_A003474
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue