commit | a1b322a98319de568b3bc38029ef7e123643c1e8 | [log] [tgz] |
---|---|---|
author | Ladislav Michl <ladis@linux-mips.org> | Mon Feb 01 23:34:25 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Feb 03 22:46:58 2010 +0100 |
tree | 1bcfca1646cfeb2b1411776ddf7c7128c52944da | |
parent | 84d36b30181acfb72f22d1105c15574b30ea2fa1 [diff] |
ns16550: kick watchdog while waiting for a character ns16550 busyloops waiting for incoming byte causing watchdog to reboot while waiting for a key press. A call to WATCHDOG_RESET in NS16550_getc loop fixes it. Signed-off-by: Ladislav Michl <ladis@linux-mips.org>