summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRichard Liu <r66033@freescale.com>2014-07-01 12:39:03 +0800
committerShawn Guo <shawn.guo@freescale.com>2014-07-02 21:38:27 +0800
commit336c500de62bc270697ca06dd5fcf57eba6efb30 (patch)
treee321c7ae209883f2eaea6d2a3c739442ece4ce68 /arch
parent6bc15c5fee23d7a70122a947762fce1192b9ddb4 (diff)
ENGR00320554: ARM: imx: drop unncessary PL310 errata
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: Richard Liu <r66033@freescale.com> Acked-by: Jason Liu <r64343@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index db362cf7a86a..6c1417245565 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -819,8 +819,6 @@ config SOC_IMX6Q
select ARCH_SUPPORTS_MSI
select PINCTRL
select PINCTRL_IMX6Q
- select PL310_ERRATA_588369 if CACHE_PL310
- select PL310_ERRATA_727915 if CACHE_PL310
select PL310_ERRATA_769419 if CACHE_PL310
select PM_OPP if PM
select ZONE_DMA
@@ -841,8 +839,6 @@ config SOC_IMX6SL
select HAVE_IMX_RNG
select PINCTRL
select PINCTRL_IMX6SL
- select PL310_ERRATA_588369 if CACHE_PL310
- select PL310_ERRATA_727915 if CACHE_PL310
select PL310_ERRATA_769419 if CACHE_PL310
help
@@ -856,8 +852,6 @@ config SOC_VF610
select PINCTRL
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