commit | 5f29e79915940815a41b1364a213dd2a855cdb6d | [log] [tgz] |
---|---|---|
author | Wenyou Yang <wenyou.yang@atmel.com> | Fri Apr 14 15:01:27 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue May 09 12:14:15 2017 -0600 |
tree | b57d42aa7f25ff8de70beea139d976bac800781d | |
parent | 3fea809b42cec31b5c179debfc025a2224bb2e70 [diff] |
serial: atmel_usart: Fix early debug not work in SPL Add the uart init function to be used on both probe and the early debug uart init. For the latter, the input clock should be from CONFIG_DEBUG_UART_CLOCK. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>