arc: vector_table: Automatically place the IRQ vector table
Instead of using a custom linker script, rely on the automatic placement of the IRQ vector table. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
This commit is contained in:
parent
3a48365bab
commit
b07907057b
|
@ -8,4 +8,3 @@
|
|||
|
||||
KEEP(*(.exc_vector_table))
|
||||
KEEP(*(".exc_vector_table.*"))
|
||||
KEEP(*(_IRQ_VECTOR_TABLE_SECTION_SYMS))
|
||||
|
|
Loading…
Reference in a new issue