From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Huber Date: Fri, 29 Mar 2013 09:19:11 +0100 Subject: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty In-Reply-To: References: <1679653192.50708.1361970554739.JavaMail.ngmail@webmail21.arcor-online.net> <51447012.6010303@arcor.de> <20130319144957.GF25919@bill-the-cat> <5150C987.1040802@arcor.de> <51527A89.6070406@arcor.de> Message-ID: <51554E7F.1010007@arcor.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2013-03-27 10:29, Javier Martinez Canillas wrote: > On Wed, Mar 27, 2013 at 5:50 AM, Manfred Huber wrote: > > I still think that we should keep CONFIG_SYS_NS16550_BROKEN_TEMT or > something similar instead of just checking for CONFIG_OMAP34XX. Since > we don't know if this problem is also present on other TI OMAP > platforms (or any other platform). I would just change > CONFIG_SYS_NS16550_BROKEN_TEMT semantics once is confirmed that this > also fixes the issue on IGEP boards. > If we continue using CONFIG_SYS_NS16550_BROKEN_TEMT, there is no benefit by my patch. It works with the define alone. > Also, if you are removing CONFIG_SYS_NS16550_BROKEN_TEMT then you have > to update the README too since it is explained there what this config > option does. > And also in igep00x0.h > > Thank a lot and best regards, > Javier > >> >> On 2013-03-25 23:02, Manfred Huber wrote: