diff options
author | Shengzhou Liu <Shengzhou.Liu@nxp.com> | 2016-03-10 17:36:57 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-03-21 12:42:13 -0700 |
commit | dd8e740c789350fadeb9a13ab367380da2b9b42f (patch) | |
tree | c6017a59690d7a30da38051a206ba3a7d5c9d4aa /arch/arm/include/asm/arch-fsl-layerscape/config.h | |
parent | eb118807a4c1778bda6294c36e379711cb08e198 (diff) | |
download | u-boot-imx-dd8e740c789350fadeb9a13ab367380da2b9b42f.zip u-boot-imx-dd8e740c789350fadeb9a13ab367380da2b9b42f.tar.gz u-boot-imx-dd8e740c789350fadeb9a13ab367380da2b9b42f.tar.bz2 |
driver/ddr/fsl: Add workaround for erratum A-009803
During initial DDR training, false parity errors may be detected.
This patch adds workaround to fix the erratum.
Tested on LS2085QDS and LS2080RDB.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-layerscape/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index 22f9c8f..bfaece2 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -121,6 +121,7 @@ #define CONFIG_SYS_FSL_ERRATUM_A008751 #define CONFIG_SYS_FSL_ERRATUM_A009635 #define CONFIG_SYS_FSL_ERRATUM_A009663 +#define CONFIG_SYS_FSL_ERRATUM_A009803 #define CONFIG_SYS_FSL_ERRATUM_A009942 /* ARM A57 CORE ERRATA */ |