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:
parent
572bf197fa
commit
d5a17024f5
|
@ -95,10 +95,10 @@ _unhandled_exception:
|
||||||
/*
|
/*
|
||||||
* Default boot handler. Jump to Reset_Handler
|
* Default boot handler. Jump to Reset_Handler
|
||||||
*/
|
*/
|
||||||
|
.section .boot, "ax"
|
||||||
.weak Boot_Handler
|
.weak Boot_Handler
|
||||||
Boot_Handler:
|
Boot_Handler:
|
||||||
b Reset_Handler
|
b Reset_Handler
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
Loading…
Reference in New Issue