summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-06-11 16:52:47 +0800
committerStefano Babic <sbabic@denx.de>2014-06-17 16:33:24 +0200
commit4a4784e97422863389dba57e37cb0b262fafb001 (patch)
treea0e88ad5e0d9e1ed082f2349204600b4db11636d /include
parent73ff04481f07bac7de9b4e6e6f90b8225e774c50 (diff)
downloadtalos-obmc-uboot-4a4784e97422863389dba57e37cb0b262fafb001.tar.gz
talos-obmc-uboot-4a4784e97422863389dba57e37cb0b262fafb001.zip
mx6: drop ARM errata 742230
Commit e9fd66defd7e (ARM: mx6: define CONFIG_ARM_ERRATA_742230) enables errata 742230 for imx6, because it helps remove one reboot issue. However, this errata does not really apply on imx6, because Cortex-A9 on imx6 is r2p10 while the errata only applies to revisions r1p0..r2p2. At a later time, commit f71cbfe3ca5d (ARM: Add workaround for Cortex-A9 errata 794072) adds support of errata 794072, which applies to all Cortex-A9 revisions. As the workaround for both errata are exactly same, it makes a lot more sense to select 794072 instead of 742230 for imx6. Since we already enable 794072 for imx6, it's time to drop errata 742230 to avoid confusion. Signed-off-by: Shawn Guo <shawn.guo@freescale.com> Acked-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 8a8920f6cc..e4a5cc5be1 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -17,7 +17,6 @@
#ifndef __MX6_COMMON_H
#define __MX6_COMMON_H
-#define CONFIG_ARM_ERRATA_742230
#define CONFIG_ARM_ERRATA_743622
#define CONFIG_ARM_ERRATA_751472
#define CONFIG_ARM_ERRATA_794072
OpenPOWER on IntegriCloud