commit | 01c18afbf2cb3464b9a111ed2a67faa2f19ed648 | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sun Feb 02 13:15:17 2020 -0500 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 16 08:07:57 2020 -0600 |
tree | 98a60724a081f53f02770f5460193cc44e8ff7aa | |
parent | 2f94c3986855a5bbcf668e58b6fae0106d3a6ade [diff] |
serial: Set baudrate on boot Currently, the baud rate is never set on boot. This works ok when a previous bootloader has configured the baudrate properly, or when the baudrate is set to a reasonable default in the serial driver's probe(). However, when this is not the case, we could be using a different baud rate than what was configured. Signed-off-by: Sean Anderson <seanga2@gmail.com>