mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 04:24:19 +00:00
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:
parent
484e846a03
commit
00606df012
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ void stm32mp_setup_early_console(void)
|
||||||
{
|
{
|
||||||
plat_crash_console_init();
|
plat_crash_console_init();
|
||||||
set_console(STM32MP_DEBUG_USART_BASE, STM32MP_DEBUG_USART_CLK_FRQ);
|
set_console(STM32MP_DEBUG_USART_BASE, STM32MP_DEBUG_USART_CLK_FRQ);
|
||||||
|
NOTICE("Early console setup\n");
|
||||||
}
|
}
|
||||||
#endif /* STM32MP_EARLY_CONSOLE */
|
#endif /* STM32MP_EARLY_CONSOLE */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue