summaryrefslogtreecommitdiff
path: root/include/common/aarch32/el3_common_macros.S
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/aarch32/el3_common_macros.S')
-rw-r--r--include/common/aarch32/el3_common_macros.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common/aarch32/el3_common_macros.S b/include/common/aarch32/el3_common_macros.S
index 0018ea4b..228d7216 100644
--- a/include/common/aarch32/el3_common_macros.S
+++ b/include/common/aarch32/el3_common_macros.S
@@ -212,7 +212,7 @@
/* This is a cold boot on a secondary CPU */
bl plat_secondary_cold_boot_setup
/* plat_secondary_cold_boot_setup() is not supposed to return */
- bl plat_panic_handler
+ no_ret plat_panic_handler
do_primary_cold_boot:
.endif /* _secondary_cold_boot */