interrupts: use fixed section name for vector table
Change-Id: Idfe330f7878fc59a6beb7aafd41eae076506ed3c Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
8c7aa9aa85
commit
7a71795f6f
4 changed files with 6 additions and 12 deletions
|
@ -72,8 +72,7 @@ SECTIONS {
|
|||
KEEP(*(".exc_vector_table.*"))
|
||||
|
||||
|
||||
KEEP(*(.irq_vector_table))
|
||||
KEEP(*(".irq_vector_table.*"))
|
||||
KEEP(*(IRQ_VECTOR_TABLE))
|
||||
|
||||
KEEP(*(.isr_irq*))
|
||||
|
||||
|
|
|
@ -76,8 +76,7 @@ SECTIONS
|
|||
KEEP(*(.exc_vector_table))
|
||||
KEEP(*(".exc_vector_table.*"))
|
||||
|
||||
KEEP(*(.irq_vector_table))
|
||||
KEEP(*(".irq_vector_table.*"))
|
||||
KEEP(*(IRQ_VECTOR_TABLE))
|
||||
|
||||
/* Kinetis has to write 16 bytes at 0x400 */
|
||||
SKIP_TO_KINETIS_FLASH_CONFIG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue