[KINETIS] Fixes due to renamed linker section
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7867 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
d21a23ea64
commit
dc3fe1994c
|
@ -41,7 +41,7 @@ SECTIONS
|
||||||
|
|
||||||
.isr : ALIGN(4) SUBALIGN(4)
|
.isr : ALIGN(4) SUBALIGN(4)
|
||||||
{
|
{
|
||||||
KEEP(*(vectors))
|
KEEP(*(.vectors))
|
||||||
} > flash0
|
} > flash0
|
||||||
|
|
||||||
.cfmprotect : ALIGN(4) SUBALIGN(4)
|
.cfmprotect : ALIGN(4) SUBALIGN(4)
|
||||||
|
|
|
@ -41,7 +41,7 @@ SECTIONS
|
||||||
|
|
||||||
.isr : ALIGN(4) SUBALIGN(4)
|
.isr : ALIGN(4) SUBALIGN(4)
|
||||||
{
|
{
|
||||||
KEEP(*(vectors))
|
KEEP(*(.vectors))
|
||||||
} > flash0
|
} > flash0
|
||||||
|
|
||||||
.cfmprotect : ALIGN(4) SUBALIGN(4)
|
.cfmprotect : ALIGN(4) SUBALIGN(4)
|
||||||
|
|
Loading…
Reference in New Issue