mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[ion/device] Remove _jump_reset_address symbol and share linker scripts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user