diff mbox

[U-Boot,v1,22/24] armv8/fsl-lsch3: Enable erratum workround for A008514

Message ID 1420579143-18689-20-git-send-email-yorksun@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

York Sun Jan. 6, 2015, 9:19 p.m. UTC
Erratum A008514 appleis to ls2085a.

Signed-off-by: York Sun <yorksun@freescale.com>
---

 arch/arm/include/asm/arch-fsl-lsch3/config.h |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h
index 1bada10..b140c1f 100644
--- a/arch/arm/include/asm/arch-fsl-lsch3/config.h
+++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h
@@ -103,6 +103,7 @@ 
 
 #ifdef CONFIG_LS2085A
 #define CONFIG_SYS_FSL_ERRATUM_A008336
+#define CONFIG_SYS_FSL_ERRATUM_A008514
 #endif
 
 #endif /* _ASM_ARMV8_FSL_LSCH3_CONFIG_ */