diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2016-11-09 17:44:10 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 07:57:47 +0100 |
commit | 0d74a9c2eb59919f4ef6f8271416608b8b82f751 (patch) | |
tree | efe2823c1fff70c9495039205ea544d13216bbf5 /arch/arm/mach-imx/Kconfig | |
parent | ARM: imx: mmdc perf function support i.MX6QP (diff) | |
download | linux-0d74a9c2eb59919f4ef6f8271416608b8b82f751.tar.xz linux-0d74a9c2eb59919f4ef6f8271416608b8b82f751.zip |
ARM: imx: Drop errata 769419 for Vybrid
According to the datasheet, VF610 uses revision r3p2 of the L2C-310
block, same as i.MX6Q+, which does not require a software workaround for
ARM errata 769419.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 9155b639c9aa..936c59d0e18b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -557,7 +557,6 @@ config SOC_VF610 bool "Vybrid Family VF610 support" select ARM_GIC if ARCH_MULTI_V7 select PINCTRL_VF610 - select PL310_ERRATA_769419 if CACHE_L2X0 help This enables support for Freescale Vybrid VF610 processor. |