From: Patrick Delaunay Date: Thu, 18 Apr 2019 15:32:50 +0000 (+0200) Subject: serial: stm32: remove unnecessary trace X-Git-Tag: v2019.07-rc3~8^2~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=26603c0ea4793943329a949dd930481714dd269a;p=oweals%2Fu-boot.git serial: stm32: remove unnecessary trace Remove the trace indicating the end of the DEBUG initialization Signed-off-by: Patrick Delaunay --- diff --git a/drivers/serial/serial_stm32.c b/drivers/serial/serial_stm32.c index e31c87b9ac..315b5a28a6 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)