diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2019-04-18 17:32:50 +0200 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@st.com> | 2019-05-23 11:36:48 +0200 |
commit | 26603c0ea4793943329a949dd930481714dd269a (patch) | |
tree | 109c96a4ef479fbe9f197ed2ee080f49e25cd5ea /drivers | |
parent | 7d4776545b0f8a8827e5d061206faf61c9ba6ea9 (diff) | |
download | u-boot-26603c0ea4793943329a949dd930481714dd269a.zip u-boot-26603c0ea4793943329a949dd930481714dd269a.tar.gz u-boot-26603c0ea4793943329a949dd930481714dd269a.tar.bz2 |
serial: stm32: remove unnecessary trace
Remove the trace indicating the end of the DEBUG initialization
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/serial/serial_stm32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/serial/serial_stm32.c b/drivers/serial/serial_stm32.c index e31c87b..315b5a2 100644 --- a/drivers/serial/serial_stm32.c +++ b/drivers/serial/serial_stm32.c @@ -269,7 +269,6 @@ static inline void _debug_uart_init(void) _stm32_serial_setbrg(base, uart_info, CONFIG_DEBUG_UART_CLOCK, CONFIG_BAUDRATE); - printf("DEBUG done\n"); } static inline void _debug_uart_putc(int c) |