Merge "stm32mp1: correct plat_crash_console_flush()" into integration

This commit is contained in:
Madhukar Pappireddy 2021-01-22 19:11:55 +00:00 committed by TrustedFirmware Code Review
commit d4d55f99a1
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ endfunc plat_crash_console_init
* ---------------------------------------------
*/
func plat_crash_console_flush
ldr r1, =STM32MP_DEBUG_USART_BASE
ldr r0, =STM32MP_DEBUG_USART_BASE
b console_stm32_core_flush
endfunc plat_crash_console_flush