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:
parent
945d8382d2
commit
572bf197fa
|
@ -51,6 +51,7 @@ SECTIONS
|
|||
startup : ALIGN(16) SUBALIGN(16)
|
||||
{
|
||||
KEEP(*(.vectors))
|
||||
KEEP(*(.boot))
|
||||
} > flash
|
||||
|
||||
constructors : ALIGN(4) SUBALIGN(4)
|
||||
|
|
Loading…
Reference in New Issue