]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap3_beagle: Flush UART3 xmit on enable if TEMT is broken
authorManfred Huber <man.huber@arcor.de>
Fri, 29 Mar 2013 02:52:36 +0000 (02:52 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:29:05 +0000 (11:29 -0400)
Flush UART3 xmit on enable if TEMT is broken

On some OMAP3 devices when UART3 is configured for boot mode before SPL starts
only THRE bit is set. We have to empty the transmitter before initialization
starts. This patch avoids the use of CONFIG_SYS_NS16550_BROKEN_TEMT.

Signed-off-by: Manfred Huber <man.huber@arcor.de>
Tested-by: Javier Martinez Canillas <javier@dowhile0.org>
Tested-by: Andreas Bießmann <andreas.devel@googlemail.com>

No differences found