CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2017/03/05 09:51:18

Modified files:
        sys/arch/armv7/exynos: exuart.c 

Log message:
The current code in exuartcnputc() that tries to make sure the character
written is actually transmitted doesn't seem to work.  Instead, wait until
there is room in the TX FIFO before writing the character.  This works only
in FIFO mode, but that's how u-boot configures the chip.

ok patrick@

Reply via email to