[U-Boot] [PATCH V2 6/9] configs: ti_omap5_common: Enable workaround for ARM errata 798870

Nishanth Menon nm at ti.com
Tue Feb 24 23:57:49 CET 2015


From: Angela Stegmaier <angelabaker at ti.com>

Enable the workaround for ARM errata 798870 for OMAP5
and DRA7xx since they are Coretx-A15 r2.

Signed-off-by: Angela Stegmaier <angelabaker at ti.com>
Signed-off-by: Nishanth Menon <nm at ti.com>
---
 include/configs/ti_omap5_common.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 925cb42dd38d..bce9a505cbb3 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -21,6 +21,10 @@
 #define CONFIG_DISPLAY_BOARDINFO
 #define CONFIG_ARCH_CPU_INIT
 
+/* Common ARM Erratas */
+#define CONFIG_ARM_ARCH_CP15_ERRATA
+#define CONFIG_ARM_ERRATA_798870
+
 #define CONFIG_SYS_CACHELINE_SIZE	64
 
 /* Use General purpose timer 1 */
-- 
1.7.9.5



More information about the U-Boot mailing list