Skip to content

Commit 7f26775

Browse files
committed
zephyr: Deprecate MCUBOOT_VERIFY_IMG_ADDRESS
Please use MCUBOOT_CHECK_HEADER_LOAD_ADDRESS instead. Signed-off-by: Dominik Ermel <[email protected]>
1 parent f42b382 commit 7f26775

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,12 +1317,15 @@ config MCUBOOT_CHECK_HEADER_LOAD_ADDRESS
13171317
the same purpose.
13181318

13191319
config MCUBOOT_VERIFY_IMG_ADDRESS
1320-
bool "Verify reset address of image in secondary slot"
1320+
bool "Verify reset address of image in secondary slot [DEPRECATED]"
1321+
select DEPRECATED
13211322
depends on UPDATEABLE_IMAGE_NUMBER > 1
13221323
depends on !BOOT_ENCRYPT_IMAGE
13231324
depends on ARM
13241325
default y if BOOT_UPGRADE_ONLY
13251326
help
1327+
This option is deprecated, please use MCUBOOT_CHECK_HEADER_LOAD_ADDRESS
1328+
instead.
13261329
Verify that the reset address in the image located in the secondary slot
13271330
is contained within the corresponding primary slot. This is recommended
13281331
if swapping is not used (that is, BOOT_UPGRADE_ONLY is set). If a user

0 commit comments

Comments
 (0)