File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1317,12 +1317,15 @@ config MCUBOOT_CHECK_HEADER_LOAD_ADDRESS
13171317 the same purpose.
13181318
13191319config 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
You can’t perform that action at this time.
0 commit comments