summaryrefslogtreecommitdiffstats
path: root/include/configs/cm_t3517.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/cm_t3517.h')
-rw-r--r--include/configs/cm_t3517.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index 918032bd75..8c63138322 100644
--- a/include/configs/cm_t3517.h
+++ b/include/configs/cm_t3517.h
@@ -17,6 +17,10 @@
#define CONFIG_CM_T3517 /* working with CM-T3517 */
#define CONFIG_OMAP_COMMON
#define CONFIG_SYS_GENERIC_BOARD
+/* Common ARM Erratas */
+#define CONFIG_ARM_ERRATA_454179
+#define CONFIG_ARM_ERRATA_430973
+#define CONFIG_ARM_ERRATA_621766
#define CONFIG_SYS_TEXT_BASE 0x80008000
@@ -30,7 +34,7 @@
#define CONFIG_EMIF4 /* The chip has EMIF4 controller */
#include <asm/arch/cpu.h> /* get chip and board defs */
-#include <asm/arch/omap3.h>
+#include <asm/arch/omap.h>
/*
* Display CPU and Board information
OpenPOWER on IntegriCloud