[U-Boot] [PATCH resend 2/2] imx: mx6: Enable ARM errata workaround for 845369

Peng Fan Peng.Fan at freescale.com
Mon Aug 31 05:15:17 CEST 2015


From: Nitin Garg <nitin.garg at freescale.com>

Since MX6 is Cortex-A9 r2p10, enable software workaround
for errata 845369.

Signed-off-by: Peng Fan <Peng.Fan at freescale.com>
Signed-off-by: Nitin Garg <nitin.garg at freescale.com>
Cc: Stefano Babic <sbabic at denx.de>
Cc: Fabio Estevam <fabio.estevam at freescale.com>
---

Original patch:
http://lists.denx.de/pipermail/u-boot/2015-April/209725.html

 include/configs/mx6_common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index ef4cb68..3f1b6b9 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -22,6 +22,7 @@
 #define CONFIG_ARM_ERRATA_751472
 #define CONFIG_ARM_ERRATA_794072
 #define CONFIG_ARM_ERRATA_761320
+#define CONFIG_ARM_ERRATA_845369
 
 #ifndef CONFIG_SYS_L2CACHE_OFF
 #define CONFIG_SYS_L2_PL310
-- 
1.8.4




More information about the U-Boot mailing list