
28 Jul
2015
28 Jul
'15
1:29 a.m.
On 2 July 2015 at 18:15, Simon Glass sjg@chromium.org wrote:
The debug UART code needs to perform the same init as the normal UART driver. In preparation for this, move the init code into two functions, one for the basic init and one for setting the baud rate. This will make adding debug UART support easier.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/serial/serial_s5p.c | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-)
Applied to u-boot-dm.