Skip to content

Commit 3065af5

Browse files
committed
[nrf noup] zephyr: hw security counter limited set by default
This commit sets the MCUBOOT_HW_DOWNGRADE_PREVENTION_COUNTER_LIMITED by default for platforms which support the security counter. Signed-off-by: Artur Hadasz <[email protected]>
1 parent 6f17466 commit 3065af5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,7 @@ config MCUBOOT_HW_DOWNGRADE_PREVENTION
10791079
config MCUBOOT_HW_DOWNGRADE_PREVENTION_COUNTER_LIMITED
10801080
bool "HW based downgrade prevention counter has limited number of updates"
10811081
depends on MCUBOOT_HW_DOWNGRADE_PREVENTION
1082+
default y if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X || SOC_SERIES_NRF54LX
10821083
help
10831084
When this option is set, the hardware downgrade prevention counter
10841085
has limited number of updates. This option will enable checking

0 commit comments

Comments
 (0)