mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 17:57:38 +01:00
Blackfin: do not delay on output bytes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
dbc6ab9f75
commit
46ac352f0f
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue