[ion/device] Remove _jump_reset_address symbol and share linker scripts

This commit is contained in:
Léa Saviot
2019-06-11 11:57:02 +02:00
parent 44b463f1cb
commit f7e45a9872
14 changed files with 8 additions and 160 deletions

View File

@@ -31,7 +31,6 @@ SECTIONS {
* We're generating the ISR vector table in code because it's very
* convenient: using function pointers, we can easily point to the service
* routine for each interrupt. */
_jump_reset_address = .;
KEEP(*(.isr_vector_table))
} >INTERNAL_FLASH