summaryrefslogtreecommitdiffstats
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2015-03-09 17:12:08 -0500
committerTom Rini <trini@konsulko.com>2015-03-13 09:29:24 -0400
commitc6f90e1418a84fe5fa463b38403bd1845cb6a59c (patch)
tree13f397ece8e1c8951ff738efb1ce1eeac848904d /include/configs/am3517_evm.h
parentfc7368ec858fc735866e7928a326a8e2a84c5696 (diff)
downloadblackbird-obmc-uboot-c6f90e1418a84fe5fa463b38403bd1845cb6a59c.tar.gz
blackbird-obmc-uboot-c6f90e1418a84fe5fa463b38403bd1845cb6a59c.zip
ARM: OMAP3: Enable workaround for ARM errata 454179, 430973, 621766
Enable the OMAP3 specific errata code for 454179, 430973, 621766 and while at it, remove legacy non-revision checked errata logic. Signed-off-by: Nishanth Menon <nm@ti.com> Tested-by: Matt Porter <mporter@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index c4e19e79b9..31e758d81b 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -19,6 +19,10 @@
#define CONFIG_OMAP 1 /* in a TI OMAP core */
#define CONFIG_OMAP3_AM3517EVM 1 /* working with AM3517EVM */
#define CONFIG_OMAP_COMMON
+/* Common ARM Erratas */
+#define CONFIG_ARM_ERRATA_454179
+#define CONFIG_ARM_ERRATA_430973
+#define CONFIG_ARM_ERRATA_621766
#define CONFIG_EMIF4 /* The chip has EMIF4 controller */
OpenPOWER on IntegriCloud