aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/common/startup/ARM/compilers/GCC/vectors.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARM/compilers/GCC/vectors.S b/os/common/startup/ARM/compilers/GCC/vectors.S
index 0584b4edc..3aedc58eb 100644
--- a/os/common/startup/ARM/compilers/GCC/vectors.S
+++ b/os/common/startup/ARM/compilers/GCC/vectors.S
@@ -95,10 +95,10 @@ _unhandled_exception:
/*
* Default boot handler. Jump to Reset_Handler
*/
+ .section .boot, "ax"
.weak Boot_Handler
Boot_Handler:
- b Reset_Handler
-
+ b Reset_Handler
#endif
/** @} */