]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: imx: drop PL310 errata 588369 and 727915
authorShawn Guo <shawn.guo@freescale.com>
Wed, 2 Jul 2014 07:24:30 +0000 (15:24 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Wed, 25 Feb 2015 19:03:36 +0000 (13:03 -0600)
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)

arch/arm/mach-imx/Kconfig

index 8659ca605fffd0bb0133acdf5bec6ab50526afe2..8636d6836941c1b24fbc4f53ba4ff2b479bc1a0d 100644 (file)
@@ -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