feat(st): add trace for early console

When the early console is configured with STM32MP_EARLY_CONSOLE,
display a message indicating it is enabled.

Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
Change-Id: Iafdfa5afef27eba823d707841853a8a46de0b42d
This commit is contained in:
Yann Gautier 2022-06-09 17:34:30 +02:00 committed by Yann Gautier
parent 484e846a03
commit 00606df012

View file

@ -276,6 +276,7 @@ void stm32mp_setup_early_console(void)
{
plat_crash_console_init();
set_console(STM32MP_DEBUG_USART_BASE, STM32MP_DEBUG_USART_CLK_FRQ);
NOTICE("Early console setup\n");
}
#endif /* STM32MP_EARLY_CONSOLE */