aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2014-07-02 03:24:30 -0400
committerShawn Guo <shawn.guo@freescale.com>2014-07-18 04:11:35 -0400
commit8629a0f43b832573b06c27a214100c9b6398f59a (patch)
treec22996b1fa9b905e0f3b67677dde8a75a75a58e2
parentd398ca237d9e701e7b9cfaf1315238c63b9e85f2 (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@freescale.com>
-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 bdfe2764a045..325a8d325363 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -718,8 +718,6 @@ config SOC_IMX6
718 select HAVE_IMX_MMDC 718 select HAVE_IMX_MMDC
719 select HAVE_IMX_SRC 719 select HAVE_IMX_SRC
720 select MFD_SYSCON 720 select MFD_SYSCON
721 select PL310_ERRATA_588369 if CACHE_L2X0
722 select PL310_ERRATA_727915 if CACHE_L2X0
723 select PL310_ERRATA_769419 if CACHE_L2X0 721 select PL310_ERRATA_769419 if CACHE_L2X0
724 722
725config SOC_IMX6Q 723config SOC_IMX6Q
@@ -755,8 +753,6 @@ config SOC_VF610
755 select ARM_GIC 753 select ARM_GIC
756 select PINCTRL_VF610 754 select PINCTRL_VF610
757 select VF_PIT_TIMER 755 select VF_PIT_TIMER
758 select PL310_ERRATA_588369 if CACHE_L2X0
759 select PL310_ERRATA_727915 if CACHE_L2X0
760 select PL310_ERRATA_769419 if CACHE_L2X0 756 select PL310_ERRATA_769419 if CACHE_L2X0
761 757
762 help 758 help