projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc6ab9
)
Blackfin: do not delay on output bytes
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 24 Mar 2009 02:36:10 +0000
(22:36 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 2 Apr 2009 10:42:13 +0000
(06:42 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/serial.c
patch
|
blob
|
history
diff --git
a/cpu/blackfin/serial.c
b/cpu/blackfin/serial.c
index
42534bd
..
3861955
100644
(file)
--- a/
cpu/blackfin/serial.c
+++ b/
cpu/blackfin/serial.c
@@
-115,10
+115,6
@@
void serial_putc(const char c)
SSYNC();
WATCHDOG_RESET();
-
- /* wait for the byte to be shifted over the line */
- while (!(uart_lsr_read() & TEMT))
- continue;
}
int serial_tstc(void)