commit | 79f20479b588b620436e0d086bfa9ec9f12d5865 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Sep 29 18:16:28 2012 +0200 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:53:58 2012 -0700 |
tree | dd2a82cd09821b42d0aafea8da81a2063920f35b | |
parent | b1591a155cae5c74fece823f643f1ee034a2831e [diff] |
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>