diff options
Diffstat (limited to 'include/common/el3_common_macros.S')
-rw-r--r-- | include/common/el3_common_macros.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/common/el3_common_macros.S b/include/common/el3_common_macros.S index 32df7d76..0cd85c34 100644 --- a/include/common/el3_common_macros.S +++ b/include/common/el3_common_macros.S @@ -196,8 +196,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 */ - secondary_panic: - b secondary_panic + bl el3_panic do_primary_cold_boot: .endif /* _secondary_cold_boot */ |