[U-Boot] [PATCH] armv8/ls1043a: enable workaround for errarum A009942

DDR erratum A-009942 is also applicable to LS1043A.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@nxp.com --- arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/config.h b/arch/arm/include/asm/arch-fsl-layerscape/config.h index f1b164f..c5b9832 100644 --- a/arch/arm/include/asm/arch-fsl-layerscape/config.h +++ b/arch/arm/include/asm/arch-fsl-layerscape/config.h @@ -171,6 +171,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

On 01/29/2016 01:04 AM, Shengzhou Liu wrote:
DDR erratum A-009942 is also applicable to LS1043A.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@nxp.com
arch/arm/include/asm/arch-fsl-layerscape/config.h | 1 + 1 file changed, 1 insertion(+)
Applied to fsl-qoriq master. Awaiting upstream.
York
participants (2)
-
Shengzhou Liu
-
york sun