diff mbox

[U-Boot,v3,3/3] MX6: Enable ARM errata workaround 794072 and 761320

Message ID 1396446903-7967-4-git-send-email-nitin.garg@freescale.com
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Nitin Garg April 2, 2014, 1:55 p.m. UTC
From: Nitin Garg <nitin.garg@freescale.com>

Since MX6 is Cortex-A9 r2p10, enable software workaround
for errata 794072 and 761320.

Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
---
 include/configs/mx6_common.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Stefano Babic April 7, 2014, 4:16 p.m. UTC | #1
On 02/04/2014 15:55, nitin.garg@freescale.com wrote:
> From: Nitin Garg <nitin.garg@freescale.com>
> 
> Since MX6 is Cortex-A9 r2p10, enable software workaround
> for errata 794072 and 761320.
> 
> Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index eb107d3..8a8920f 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