commit | ab9fd2e83a0f781534fbb8a2b88c724a29b7f20a | [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 | 363e6da10313edb9ab7bffd8ee9000f72af11290 [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>