diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2015-03-31 20:37:36 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2015-03-31 22:49:34 -0500 |
commit | 85b8856fc4892422e5b2a8e6b3f6bb6acd179b30 (patch) | |
tree | d773e8fb18ef2bb8f06989d576a735fe057498e3 /include | |
parent | 195ee296a92d6b69808f94b5d056b51cf944d87a (diff) | |
download | u-boot-imx-85b8856fc4892422e5b2a8e6b3f6bb6acd179b30.zip u-boot-imx-85b8856fc4892422e5b2a8e6b3f6bb6acd179b30.tar.gz u-boot-imx-85b8856fc4892422e5b2a8e6b3f6bb6acd179b30.tar.bz2 |
MLK-10524: iMX6x: Implement workaround for Cortex-A9 errata 845369
Under very rare timing circumstances, transitioning into streaming
mode might create a data corruption. Present on Two or more processors
or 1 core with ACP, all revisions. This erratum can be worked round
by setting bit[22] of the undocumented Diagnostic Control Register to 1.
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
(cherry picked from commit 70ad44e523680de67dd8b7a7505d7f27799980ee)
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index c7dfa5f..064fe39 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -21,6 +21,7 @@ #define CONFIG_ARM_ERRATA_751472 #define CONFIG_ARM_ERRATA_794072 #define CONFIG_ARM_ERRATA_761320 +#define CONFIG_ARM_ERRATA_845369 #define CONFIG_LDO_BYPASS_CHECK #endif |