Skip to content

Commit

Permalink
[nrf noup] Always set UPDATEABLE_IMAGE_NUMBER=2 for nRF53
Browse files Browse the repository at this point in the history
UPDATEABLE_IMAGE_NUMBER was set to 2 for nRF53 SOCs only
if DFU over SMP was enabled. We need that for a regular
Matter OTA, too.

Signed-off-by: Damian Krolik <[email protected]>
  • Loading branch information
Damian-Nordic committed Jun 6, 2022
1 parent cdee751 commit 2f793b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ endif # SOC_SERIES_NRF52X

if SOC_SERIES_NRF53X

config UPDATEABLE_IMAGE_NUMBER
int
default 2

# Generate random numbers using Xoroshiro algorithm instead of direct calls
# to the cryptocell library to workaround firmware hangs.
choice RNG_GENERATOR_CHOICE
Expand Down
4 changes: 0 additions & 4 deletions config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ config SYSTEM_WORKQUEUE_STACK_SIZE

if SOC_SERIES_NRF53X

config UPDATEABLE_IMAGE_NUMBER
int
default 2

# FLASH nop device is enabled to prevent bus faults when mcumgr tries to access
# simulated partition with network core image data.
config FLASH_NOP_DEVICE
Expand Down

0 comments on commit 2f793b2

Please sign in to comment.