]> git.ipfire.org Git - people/ms/u-boot.git/commit
IXP: enable RTS
authorMichael Schwingen <michael@schwingen.org>
Thu, 10 Jan 2008 13:59:46 +0000 (14:59 +0100)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Fri, 18 Jan 2008 00:00:02 +0000 (01:00 +0100)
commit96bd462942022e4569b582c072a0ed26de1cd19b
treee0384366afee3d87e9beb15e0177a2f7b55eb1ba
parenta1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
IXP: enable RTS

enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
No handshaking is done, but the active RTS signal allows to
connect to the target using a PC which is using RTS/CTS
handshake, and does no harm if the PC is set to ignore RTS.

Signed-off-by: Michael Schwingen <michael@schwingen.org>
cpu/ixp/serial.c