summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorManfred Huber <man.huber@arcor.de>2013-03-29 02:52:36 +0000
committerTom Rini <trini@ti.com>2013-04-08 11:29:05 -0400
commitfd2aeac5606f8c706be5e07bead790c6cdee0f23 (patch)
tree4607f0485dbd0a8bf0fb4233584886eb9a04e06e /include
parent5aa014d613c561fb2e124acd60e4f6a34df17c21 (diff)
downloadblackbird-obmc-uboot-fd2aeac5606f8c706be5e07bead790c6cdee0f23.tar.gz
blackbird-obmc-uboot-fd2aeac5606f8c706be5e07bead790c6cdee0f23.zip
omap3_beagle: Flush UART3 xmit on enable if TEMT is broken
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/igep00x0.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 849fb1624f..1d8090bf6a 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.h
@@ -69,9 +69,6 @@
#define CONFIG_SYS_NS16550_REG_SIZE (-4)
#define CONFIG_SYS_NS16550_CLK V_NS16550_CLK
-/* define to avoid U-Boot to hang while waiting for TEMT */
-#define CONFIG_SYS_NS16550_BROKEN_TEMT
-
/* select serial console configuration */
#define CONFIG_CONS_INDEX 3
#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
OpenPOWER on IntegriCloud