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
1317
1317
the same purpose.
1318
1318
1319
1319
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
1321
1322
depends on UPDATEABLE_IMAGE_NUMBER > 1
1322
1323
depends on !BOOT_ENCRYPT_IMAGE
1323
1324
depends on ARM
1324
1325
default y if BOOT_UPGRADE_ONLY
1325
1326
help
1327
+ This option is deprecated, please use MCUBOOT_CHECK_HEADER_LOAD_ADDRESS
1328
+ instead.
1326
1329
Verify that the reset address in the image located in the secondary slot
1327
1330
is contained within the corresponding primary slot. This is recommended
1328
1331
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