Skip to content

Commit 1282481

Browse files
soc: nxp: imx95: increase ROM_START_OFFSET in case of BOOTLOADER_MCUBOOT
The insertion of MCUBOOT header will shift the rom code ahead with 0x800 bytes because of memory alignment Signed-off-by: Andre Heinemans <[email protected]>
1 parent a87ed22 commit 1282481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nxp/imx/imx9/imx95/Kconfig.defconfig.mimx95.m7

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ config IDLE_STACK_SIZE
5757
default 640
5858
endif
5959

60+
config ROM_START_OFFSET
61+
default 0x800 if BOOTLOADER_MCUBOOT
62+
6063
endif # SOC_MIMX9596_M7

0 commit comments

Comments
 (0)