serial: mcfuart: renaming to a more appropriate name
authorAngelo Durgehello <angelo.dureghello@timesys.com>
Sat, 29 Feb 2020 00:09:35 +0000 (01:09 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 13 Mar 2020 13:29:50 +0000 (09:29 -0400)
All drivers seems to align now to serial_xxx maning, so, aligning
also this driver, to allow to be found easily.

Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
drivers/serial/Makefile
drivers/serial/serial_mcf.c [moved from drivers/serial/mcfuart.c with 100% similarity]

index e26b644..e4a92bb 100644 (file)
@@ -39,7 +39,7 @@ obj-$(CONFIG_COREBOOT_SERIAL) += serial_coreboot.o
 obj-$(CONFIG_CORTINA_UART) += serial_cortina.o
 obj-$(CONFIG_EFI_APP) += serial_efi.o
 obj-$(CONFIG_LPC32XX_HSUART) += lpc32xx_hsuart.o
-obj-$(CONFIG_MCFUART) += mcfuart.o
+obj-$(CONFIG_MCFUART) += serial_mcf.o
 obj-$(CONFIG_SYS_NS16550) += ns16550.o
 obj-$(CONFIG_S5P) += serial_s5p.o
 obj-$(CONFIG_MXC_UART) += serial_mxc.o