summaryrefslogtreecommitdiff
path: root/lib/psci/aarch32/psci_helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psci/aarch32/psci_helpers.S')
-rw-r--r--lib/psci/aarch32/psci_helpers.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psci/aarch32/psci_helpers.S b/lib/psci/aarch32/psci_helpers.S
index 36d5d7d9..27d651e3 100644
--- a/lib/psci/aarch32/psci_helpers.S
+++ b/lib/psci/aarch32/psci_helpers.S
@@ -176,5 +176,5 @@ endfunc do_stack_maintenance
func psci_power_down_wfi
dsb sy // ensure write buffer empty
wfi
- bl plat_panic_handler
+ no_ret plat_panic_handler
endfunc psci_power_down_wfi