Merge "Print newline after hex address in aarch64 el3_panic function" into integration

This commit is contained in:
Madhukar Pappireddy 2021-03-04 19:53:52 +01:00 committed by TrustedFirmware Code Review
commit 42de214f8f
1 changed files with 3 additions and 0 deletions

View File

@ -208,6 +208,9 @@ el3_panic:
sub x4, x4, #4
bl asm_print_hex
/* Print new line */
bl asm_print_newline
bl plat_crash_console_flush
_panic_handler: