summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-07-02 15:24:30 +0800
committerNitin Garg <nitin.garg@freescale.com>2015-02-25 13:03:36 -0600
commit15ef4641e7d4f603f07e9536f6c96433d5f42fc0 (patch)
tree99961a6ebbc2591e2ef2dc67500059e1d66126d0 /arch
parent6b4144acdbc63f0161cdc30e9c8d23d738e0ff12 (diff)
ARM: imx: drop PL310 errata 588369 and 727915
The PL310 integrated on i.MX6 series and VF610 are revision r3p1 and later. Per ARM PL310 errata document, 588369 is fixed in r2p0 and 727915 is fixed in r3p1. Neither is needed for i.MX6 or VF610. So let's drop them. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> (cherry picked from commit 8629a0f43b832573b06c27a214100c9b6398f59a) (cherry picked from commit 09d9f7dcfb59b6c65c9b1f4e37b72da480262133)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index 8659ca605fff..8636d6836941 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -810,8 +810,6 @@ config SOC_IMX6
select HAVE_IMX_SRC
select HAVE_SMP
select MFD_SYSCON
- select PL310_ERRATA_588369 if CACHE_PL310
- select PL310_ERRATA_727915 if CACHE_PL310
select PL310_ERRATA_769419 if CACHE_PL310
config SOC_IMX6Q
@@ -854,8 +852,6 @@ config SOC_VF610
select CLKSRC_OF
select PINCTRL_VF610
select VF_PIT_TIMER
- select PL310_ERRATA_588369 if CACHE_PL310
- select PL310_ERRATA_727915 if CACHE_PL310
select PL310_ERRATA_769419 if CACHE_PL310
help