Skip to content

Commit fa041dd

Browse files
ioannisggalak
authored andcommitted
boards: lpcxpresso55s69: fix TFM offset for builds without MCUboot
The flash layout definition has changed in upstream TF-M for the LCPXPRESSO55S69 platform, for builds without bootloader. Fix the layout in the boards' configuration, as well. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 5fd7a52 commit fa041dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/lpcxpresso55s69/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ config FLASH_LOAD_SIZE
4343
if TRUSTED_EXECUTION_NONSECURE || BOARD_LPCXPRESSO55S69_CPU1
4444

4545
config FLASH_LOAD_OFFSET
46-
default 0x40000 if !TFM_BL2
46+
default 0x50000 if !TFM_BL2
4747
default $(dt_chosen_reg_addr_hex,$(DT_CHOSEN_Z_CODE_PARTITION))
4848

4949
config FLASH_LOAD_SIZE

0 commit comments

Comments
 (0)