Skip to content

Commit

Permalink
bootloader: Reduce slots if image is MCUboot
Browse files Browse the repository at this point in the history
Reduces the number of slots if the current image is MCUboot as
this configuration is no longer stored in the application in
sysbuild

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed May 10, 2024
1 parent b555ec3 commit 3a36774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bootloader/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ config SB_MONOTONIC_COUNTER

config SB_NUM_VER_COUNTER_SLOTS
int "Number of monotonic counter slots used for the firmware version"
default 20 if BOOTLOADER_MCUBOOT
default 20 if BOOTLOADER_MCUBOOT || MCUBOOT
default 240
range 2 300 if SOC_NRF5340_CPUAPP || SOC_SERIES_NRF91X
range 2 1800 if SOC_SERIES_NRF52X
Expand Down

0 comments on commit 3a36774

Please sign in to comment.