From fd2aeac5606f8c706be5e07bead790c6cdee0f23 Mon Sep 17 00:00:00 2001 From: Manfred Huber Date: Fri, 29 Mar 2013 02:52:36 +0000 Subject: omap3_beagle: Flush UART3 xmit on enable if TEMT is broken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Javier Martinez Canillas Tested-by: Andreas Bießmann --- include/configs/igep00x0.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/igep00x0.h') diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h index 849fb16..1d8090b 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 -- cgit v1.1