[U-Boot] [PATCH v1 21/24] armv8/fsl-lsch3: Enable workaround for A008336

York Sun yorksun at freescale.com
Tue Jan 6 22:18:59 CET 2015


Erratum A008336 applied to LS2085A.

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

 arch/arm/include/asm/arch-fsl-lsch3/config.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h
index 256adb0..1bada10 100644
--- a/arch/arm/include/asm/arch-fsl-lsch3/config.h
+++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h
@@ -101,4 +101,8 @@
 #error SoC not defined
 #endif
 
+#ifdef CONFIG_LS2085A
+#define CONFIG_SYS_FSL_ERRATUM_A008336
+#endif
+
 #endif /* _ASM_ARMV8_FSL_LSCH3_CONFIG_ */
-- 
1.7.9.5



More information about the U-Boot mailing list