Kconfig: ROM_START_OFFSET
fix for samd5x
Set `ROM_START_OFFSET` for SAMD5X series to match the value calculated in the linker file after forced alignments in `vector_table.ld`. Signed-off-by: Arvin Farahmand <arvinf@ip-logix.com>
This commit is contained in:
parent
bd365cc42e
commit
94e8c2eb81
4 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,9 @@ config NUM_IRQS
|
|||
int
|
||||
default 137
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x400 if BOOTLOADER_MCUBOOT
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 120000000
|
||||
|
|
|
@ -21,6 +21,9 @@ config NUM_IRQS
|
|||
int
|
||||
default 137
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x400 if BOOTLOADER_MCUBOOT
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 120000000
|
||||
|
|
|
@ -21,6 +21,9 @@ config NUM_IRQS
|
|||
int
|
||||
default 137
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x400 if BOOTLOADER_MCUBOOT
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 120000000
|
||||
|
|
|
@ -20,6 +20,9 @@ config NUM_IRQS
|
|||
int
|
||||
default 137
|
||||
|
||||
config ROM_START_OFFSET
|
||||
default 0x400 if BOOTLOADER_MCUBOOT
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
int
|
||||
default 120000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue