diff mbox

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

Message ID 1454057761-3166-1-git-send-email-Shengzhou.Liu@nxp.com
State Accepted
Commit 3e0a0fbbac48e47d45e234691fddb55194052bed
Delegated to: York Sun
Headers show

Commit Message

Shengzhou Liu Jan. 29, 2016, 8:56 a.m. UTC
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(+)

Comments

York Sun Feb. 24, 2016, 4:46 p.m. UTC | #1
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
diff mbox

Patch

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