commit | c53832824a2e22cc6d1c1a32526d5e26087fabf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 27 22:06:28 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 22 20:04:18 2015 -0600 |
tree | 658a0c3fe20b05c831f940002d8c02a79a839bcd | |
parent | b31fb12275b06eac723a2b6a8d50dc352587845a [diff] |
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>