Re: [PATCH v2] ARM: imx: limit errata selection to Cortex-A9 based designs

From: Shawn Guo
Date: Thu Feb 13 2020 - 22:38:34 EST


On Wed, Feb 05, 2020 at 11:42:14PM +0100, Stefan Agner wrote:
> From: Stefan Agner <stefan.agner@xxxxxxxxxxx>
>
> 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@xxxxxxxx>
> Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@xxxxxxxxxxx>
> Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>

Applied, thanks.