blob: 17c483db98f5c4d1944745189c6010d9250cfa69 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
. = ALIGN(CONFIG_ARCH_IRQ_VECTOR_TABLE_ALIGN);
KEEP(*(_IRQ_VECTOR_TABLE_SECTION_SYMS))
/*
* Some ARM platforms require this symbol to be placed after the IRQ vector
* table (like STM32F0). The symbol defined here is overriding the one in
* arch/arm/core/vector_table.ld when the IRQ vector table is enbled.
*/
_vector_end = .;