Skip to content

Commit ccffb9c

Browse files
committed
[nrf noup] boot: Enable load_address field with encryption
Automatically select the load_addr checks if image encryption is enabled. Ref: NCSDK-35089 Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent 06055d3 commit ccffb9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,7 @@ config MCUBOOT_BOOTUTIL_LIB_OWN_LOG
14901490

14911491
config MCUBOOT_CHECK_HEADER_LOAD_ADDRESS
14921492
bool "Use load address to verify application is in proper slot"
1493+
default y if BOOT_ENCRYPTION_KEY_FILE != "" && !MCUBOOT_UUID_CID
14931494
help
14941495
The bootloader will use the load address, from the image header,
14951496
to verify that binary is in slot designated for its execution.

0 commit comments

Comments
 (0)