summaryrefslogtreecommitdiff
path: root/core/cortex-m/init.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m/init.S')
-rw-r--r--core/cortex-m/init.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/cortex-m/init.S b/core/cortex-m/init.S
index 0f5a3e2310..ac16fa83c7 100644
--- a/core/cortex-m/init.S
+++ b/core/cortex-m/init.S
@@ -384,10 +384,7 @@ fini_loop:
/* Default exception handler */
.thumb_func
default_handler:
-#ifdef CONFIG_COMMON_PANIC_OUTPUT
b exception_panic
-#endif
- b reset
.align 2
_bss_start: