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:
Carlo Caione 2022-06-22 10:25:54 +02:00 committed by Carles Cufí
parent 3a48365bab
commit b07907057b

View file

@ -8,4 +8,3 @@
KEEP(*(.exc_vector_table))
KEEP(*(".exc_vector_table.*"))
KEEP(*(_IRQ_VECTOR_TABLE_SECTION_SYMS))