Re: [PATCH V3 2/2] soc: imx: increase build coverage for imx8m soc driver

From: Shawn Guo
Date: Thu Feb 13 2020 - 21:44:23 EST


On Tue, Jan 28, 2020 at 06:03:17AM +0000, Peng Fan wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> The soc-imx8.c driver is actually for i.MX8M family, so rename it
> to soc-imx8m.c.
>
> Use CONFIG_SOC_IMX8M as build gate, not CONFIG_ARCH_MXC, to control
> whether build this driver, also make it possible for compile test.
>
> Default set it to y for ARCH_MXC && ARM64
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.