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:
Arvin Farahmand 2021-05-06 17:25:58 -04:00 committed by Kumar Gala
commit 94e8c2eb81
4 changed files with 12 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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