diff options
author | Shengzhou Liu <Shengzhou.Liu@nxp.com> | 2016-01-29 16:56:01 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-24 08:40:56 -0800 |
commit | 3e0a0fbbac48e47d45e234691fddb55194052bed (patch) | |
tree | d65d212e56d8df70306595f9bd5f5cd241492160 /arch/arm/include | |
parent | f698e9f39aaf8ed30dab86f0130ea1e21bc721cc (diff) |
armv8/ls1043a: enable workaround for errarum A009942
DDR erratum A-009942 applies to LS1043A.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include')
-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 ff3b1bee3e..a4eb096a64 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -177,6 +177,7 @@ #define CONFIG_SYS_FSL_ERRATUM_A009663 #define CONFIG_SYS_FSL_ERRATUM_A009929 +#define CONFIG_SYS_FSL_ERRATUM_A009942 #else #error SoC not defined #endif |