summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-fsl-lsch3
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2015-03-21 02:28:05 (GMT)
committerYork Sun <yorksun@freescale.com>2015-04-23 15:55:54 (GMT)
commit060ef094600373ea2b25111006edc56c072d9bd7 (patch)
treec43903ed0168ea3d2790da49fc674f9550d080e8 /arch/arm/include/asm/arch-fsl-lsch3
parent5abf13e48a818eeb44cd236c3d3de79a0df59fac (diff)
downloadu-boot-060ef094600373ea2b25111006edc56c072d9bd7.tar.xz
armv8/fsl-lsch3: Implement workaround for erratum A008585
Generic Timer may contain an erroneous value. The workaround is to read it twice until getting the same value. Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-fsl-lsch3')
-rw-r--r--arch/arm/include/asm/arch-fsl-lsch3/config.h1
1 files changed, 1 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 1d2a7fa..2d461d9 100644
--- a/arch/arm/include/asm/arch-fsl-lsch3/config.h
+++ b/arch/arm/include/asm/arch-fsl-lsch3/config.h
@@ -120,6 +120,7 @@
#ifdef CONFIG_LS2085A
#define CONFIG_SYS_FSL_ERRATUM_A008336
#define CONFIG_SYS_FSL_ERRATUM_A008514
+#define CONFIG_SYS_FSL_ERRATUM_A008585
#endif
#endif /* _ASM_ARMV8_FSL_LSCH3_CONFIG_ */