mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
serial: stm32: remove unnecessary trace
Remove the trace indicating the end of the DEBUG initialization Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
parent
7d4776545b
commit
26603c0ea4
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue