summaryrefslogtreecommitdiff
path: root/bl2u/aarch64/bl2u_entrypoint.S
diff options
context:
space:
mode:
Diffstat (limited to 'bl2u/aarch64/bl2u_entrypoint.S')
-rw-r--r--bl2u/aarch64/bl2u_entrypoint.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bl2u/aarch64/bl2u_entrypoint.S b/bl2u/aarch64/bl2u_entrypoint.S
index ef3db926..1175c6ff 100644
--- a/bl2u/aarch64/bl2u_entrypoint.S
+++ b/bl2u/aarch64/bl2u_entrypoint.S
@@ -126,6 +126,6 @@ func bl2u_entrypoint
* Should never reach this point.
* ---------------------------------------------
*/
- bl plat_panic_handler
+ no_ret plat_panic_handler
endfunc bl2u_entrypoint