commit | cc294425e8690083975920aeaee871135182053d | [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 | 93cf0935de083e8fd89f671a5dd9e417ec64e9e5 [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>