Re: [PATCH] ARM: imx: limit errata selection to Cortex-A9 based designs
From: Fabio Estevam
Date: Mon Feb 03 2020 - 09:22:46 EST
Hi Stefan,
On Sun, Feb 2, 2020 at 4:30 PM Stefan Agner <stefan@xxxxxxxx> wrote:
>
> From: Stefan Agner <stefan.agner@xxxxxxxxxxx>
>
> The two erratas 754322 and 775420 are Cortex-A9 specific. Only
> select the erratas for SoC which use a Cortex-A9.
Change looks good.
It is not clear from the commit log, which SoC selects the errata
incorrectly though.
I would mention that i.MX6UL is based on Cortex-A7 and hence should
not select them.
Otherwise, only by looking at this patch context and commit log, we
cannot notice the problem.
Reviewed-by: Fabio Estevam <festevam@xxxxxxxxx>