Re: [U-Boot] [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M

2019-08-13 Thread Peng Fan
> Subject: [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M > > i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could use > MXC_UART kconfig. > > Signed-off-by: Peng Fan > --- Applied to nxp-imx-8-13, https://github.com/MrVan/u-boot/tree/nxp-imx-8-13 Regards, Peng.

Re: [U-Boot] [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M

2019-08-07 Thread Ye Li
> i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could > use MXC_UART kconfig. > > Signed-off-by: Peng Fan > --- > drivers/serial/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig > index

[U-Boot] [PATCH] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M

2019-08-07 Thread Peng Fan
i.MX7 and i.MX8M use mxc uart driver, so let's make the SoC could use MXC_UART kconfig. Signed-off-by: Peng Fan --- drivers/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 8a447fd6e3..e5657979ff 100644 ---