[U-Boot] [PATCH 10/13] Blackfin: do not delay on output bytes
Mike Frysinger
vapier at gentoo.org
Thu Apr 2 12:45:35 CEST 2009
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
cpu/blackfin/serial.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/cpu/blackfin/serial.c b/cpu/blackfin/serial.c
index 42534bd..3861955 100644
--- 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)
--
1.6.2
More information about the U-Boot
mailing list