]> git.sur5r.net Git - u-boot/commit
serial: ns16550: Remove unnecessary init on UART setup
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:28 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 02:04:18 +0000 (20:04 -0600)
commitab9fd2e83a0f781534fbb8a2b88c724a29b7f20a
tree658a0c3fe20b05c831f940002d8c02a79a839bcd
parent363e6da10313edb9ab7bffd8ee9000f72af11290
serial: ns16550: Remove unnecessary init on UART setup

It is not necessary to write a zero baud rate to the device, and for some
chips this will cause problems. Drop this code.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c