summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6_common.h
diff options
context:
space:
mode:
authorNitin Garg <nitin.garg@freescale.com>2014-04-02 08:55:03 -0500
committerStefano Babic <sbabic@denx.de>2014-04-07 18:11:01 +0200
commit68659d649debc9fb3d8ce21ce4dcfe3a66b63e3a (patch)
tree3d5539b7928a95d5aa83bba58c841ad08ba9385e /include/configs/mx6_common.h
parentb7588e3bdcdb2ee073a6a66a4c882b23feaaa0e6 (diff)
downloadtalos-obmc-uboot-68659d649debc9fb3d8ce21ce4dcfe3a66b63e3a.tar.gz
talos-obmc-uboot-68659d649debc9fb3d8ce21ce4dcfe3a66b63e3a.zip
MX6: Enable ARM errata workaround 794072 and 761320
Since MX6 is Cortex-A9 r2p10, enable software workaround for errata 794072 and 761320. Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include/configs/mx6_common.h')
-rw-r--r--include/configs/mx6_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index eb107d312a..8a8920f6cc 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -20,6 +20,8 @@
#define CONFIG_ARM_ERRATA_742230
#define CONFIG_ARM_ERRATA_743622
#define CONFIG_ARM_ERRATA_751472
+#define CONFIG_ARM_ERRATA_794072
+#define CONFIG_ARM_ERRATA_761320
#define CONFIG_BOARD_POSTCLK_INIT
#ifndef CONFIG_SYS_L2CACHE_OFF
OpenPOWER on IntegriCloud