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
|
@ -39,17 +39,13 @@
|
|||
#define DATA data
|
||||
#define NOINIT noinit
|
||||
|
||||
/* Interrupts */
|
||||
#define IRQ_VECTOR_TABLE .irq_vector_table
|
||||
|
||||
#if defined(CONFIG_ARM)
|
||||
#define SCS_SECTION scs
|
||||
#define SCP_SECTION scp
|
||||
|
||||
#define KINETIS_FLASH_CONFIG kinetis_flash_config
|
||||
#define IRQ_VECTOR_TABLE irq_vector_table
|
||||
|
||||
#elif defined(CONFIG_ARC)
|
||||
|
||||
#define IRQ_VECTOR_TABLE irq_vector_table
|
||||
|
||||
#endif
|
||||
|
||||
#include <section_tags.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue