Added .boot section to startup

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

View File

@ -51,6 +51,7 @@ SECTIONS
startup : ALIGN(16) SUBALIGN(16)
{
KEEP(*(.vectors))
KEEP(*(.boot))
} > flash
constructors : ALIGN(4) SUBALIGN(4)