summaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp/aarch64/fvp_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/arm/board/fvp/aarch64/fvp_helpers.S')
-rw-r--r--plat/arm/board/fvp/aarch64/fvp_helpers.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/fvp/aarch64/fvp_helpers.S b/plat/arm/board/fvp/aarch64/fvp_helpers.S
index 6a7ad234..65087058 100644
--- a/plat/arm/board/fvp/aarch64/fvp_helpers.S
+++ b/plat/arm/board/fvp/aarch64/fvp_helpers.S
@@ -111,7 +111,7 @@ secondary_cold_boot_wait:
*/
dsb sy
wfi
- bl plat_panic_handler
+ no_ret plat_panic_handler
#else
mov_imm x0, PLAT_ARM_TRUSTED_MAILBOX_BASE
@@ -182,7 +182,7 @@ warm_reset:
* ---------------------------------------------------------------------
*/
_panic_handler:
- bl plat_panic_handler
+ no_ret plat_panic_handler
endfunc plat_get_my_entrypoint
/* -----------------------------------------------------