[U-Boot] [PATCH 15/16] serial: stm32: remove unnecessary trace

Patrick Delaunay patrick.delaunay at st.com
Thu Apr 18 15:32:50 UTC 2019


Remove the trace indicating the end of the DEBUG initialization

Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---

 drivers/serial/serial_stm32.c | 1 -
 1 file changed, 1 deletion(-)

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)
-- 
2.7.4



More information about the U-Boot mailing list