Moved the weak Boot_Handler in the .boot section (as .boot is in the rules.ld now)

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10773 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-10-04 19:48:31 +00:00
parent 572bf197fa
commit d5a17024f5
1 changed files with 2 additions and 2 deletions

View File

@ -95,10 +95,10 @@ _unhandled_exception:
/*
* Default boot handler. Jump to Reset_Handler
*/
.section .boot, "ax"
.weak Boot_Handler
Boot_Handler:
b Reset_Handler
#endif
/** @} */