]> git.sur5r.net Git - u-boot/commit
serial: Move common/serial.c to drivers/serial/
authorMarek Vasut <marex@denx.de>
Sat, 29 Sep 2012 16:16:28 +0000 (18:16 +0200)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:53:58 +0000 (11:53 -0700)
commit7742aa65a89c28577e9674d688c34cf865587076
treedd2a82cd09821b42d0aafea8da81a2063920f35b
parent19b8fa0b61afbb46fc7429b9a2514e10b3297738
serial: Move common/serial.c to drivers/serial/

Move the common/serial.c into driver/serial/, since this file
provides serial multiplexing functions and it is imperative to
be linked with libserial.o instead of libcommon.o.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
common/Makefile
common/serial.c [deleted file]
drivers/serial/Makefile
drivers/serial/serial.c [new file with mode: 0644]