summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2015-01-06 13:18:59 -0800
committerYork Sun <yorksun@freescale.com>2015-02-24 13:10:08 -0800
commita5ebdf06a031b77438524f1f48b5bfb56d57c2b3 (patch)
tree228f7e9121cb8edc155a433926c9ec9dc2399835
parentbbeeb8bec084d9fff2cd16d2577ca285f8e66b72 (diff)
downloadtalos-obmc-uboot-a5ebdf06a031b77438524f1f48b5bfb56d57c2b3.tar.gz
talos-obmc-uboot-a5ebdf06a031b77438524f1f48b5bfb56d57c2b3.zip
armv8/fsl-lsch3: Enable workaround for A008336
Erratum A008336 applied to LS2085A. Signed-off-by: York Sun <yorksun@freescale.com>
-rw-r--r--arch/arm/include/asm/arch-fsl-lsch3/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-lsch3/config.h b/arch/arm/include/asm/arch-fsl-lsch3/config.h
index 256adb0a42..1bada10aec 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_ */
OpenPOWER on IntegriCloud