diff options
Diffstat (limited to 'bl1/aarch64/bl1_exceptions.S')
-rw-r--r-- | bl1/aarch64/bl1_exceptions.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bl1/aarch64/bl1_exceptions.S b/bl1/aarch64/bl1_exceptions.S index ef390d46..0bd04857 100644 --- a/bl1/aarch64/bl1_exceptions.S +++ b/bl1/aarch64/bl1_exceptions.S @@ -195,7 +195,7 @@ func smc_handler64 b.ne unexpected_sync_exception mov x0, x20 - bl display_boot_progress + bl bl1_print_bl31_ep_info ldp x0, x1, [x20, #ENTRY_POINT_INFO_PC_OFFSET] msr elr_el3, x0 |