From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 06 Feb 2014 09:31:08 +0900 Subject: [U-Boot] [PATCH] serial: s5p: set automatically clears after resetting Rx FIFO In-Reply-To: <20140204145726.2cf093d8@songinha-Samsung-DeskTop-System> References: <20140204145726.2cf093d8@songinha-Samsung-DeskTop-System> Message-ID: <52F2D7CC.9030005@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/02/14 14:57, Inha Song wrote: > This patch fix the u-boot shell problem on TRATS2 board. > - If hold the key while booting is in progress, > white spaces are written in u-boot shell. > > Set Automatically clears after resetting Rx FIFO. > > Signed-off-by: Inha Song > Signed-off-by: Jaehoon Chung > --- > drivers/serial/serial_s5p.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > applied to u-boot-samsung Thanks, Minkyu Kang.