ARM: imx: limit errata selection to Cortex-A9 based designs
authorStefan Agner <stefan.agner@toradex.com>
Wed, 5 Feb 2020 22:42:14 +0000 (23:42 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 14 Feb 2020 03:37:57 +0000 (11:37 +0800)
commitedc2569b61de3541493489e906e468b5586b2e8c
treebafff79d8a1a4e8e565fdd14483e83790f5470a2
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
ARM: imx: limit errata selection to Cortex-A9 based designs

The two erratas 754322 and 775420 are Cortex-A9 specific. The i.MX 6UL
SoCs include a Cortex-A7 CPU and hence do not need this erratas enabeld.
This patch moves the errata selection from the family Kconfig symbol to
the SoC specifc Kconfig symbols where a Cortex-A9 is used.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/Kconfig