fix vectors section

This commit is contained in:
Dave Murphy 2018-04-07 14:00:20 +01:00
parent 8d172cbc54
commit c2bddeeaba

View File

@ -186,8 +186,7 @@ SECTIONS
{
__vectors_lma = LOADADDR(.vectors);
__vectors_start = ABSOLUTE(.);
*(.vectors)
*.vectors*(.text .stub .text.*)
KEEP(*(.vectors .vectors.*))
. = ALIGN(4);
__vectors_end = ABSOLUTE(.);
} >vectors AT>ewram :vectors = 0xff