
From: Nitin Garg nitin.garg@freescale.com
Since MX6 is Cortex-A9 r2p10, enable software workaround for errata 845369.
Signed-off-by: Peng Fan Peng.Fan@freescale.com Signed-off-by: Nitin Garg nitin.garg@freescale.com Cc: Stefano Babic sbabic@denx.de Cc: Fabio Estevam fabio.estevam@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