Skip to content

Commit e14390f

Browse files
adigienordicjm
authored andcommitted
[nrf toup][nrfconnect] Remove non-existent config
Remove `CONFIG_PM_SINGLE_IMAGE` as it was removed. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 1659ea4 commit e14390f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

examples/all-clusters-app/nrfconnect/boards/nrf52840dongle_nrf52840.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ CONFIG_ASSERT_VERBOSE=n
3535
CONFIG_SHELL=n
3636
CONFIG_OPENTHREAD_SHELL=n
3737
CONFIG_MATTER_LOG_LEVEL_INF=y
38-
39-
# Use partition manager to configure the settings partition not to overlap with Open Bootloader
40-
CONFIG_PM_SINGLE_IMAGE=y

examples/all-clusters-minimal-app/nrfconnect/boards/nrf52840dongle_nrf52840.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ CONFIG_ASSERT_VERBOSE=n
3535
CONFIG_SHELL=n
3636
CONFIG_OPENTHREAD_SHELL=n
3737
CONFIG_MATTER_LOG_LEVEL_INF=y
38-
39-
# Use partition manager to configure the settings partition not to overlap with Open Bootloader
40-
CONFIG_PM_SINGLE_IMAGE=y

examples/lighting-app/nrfconnect/boards/nrf52840dongle_nrf52840.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ CONFIG_ASSERT_VERBOSE=n
3535
CONFIG_SHELL=n
3636
CONFIG_OPENTHREAD_SHELL=n
3737

38-
# Use partition manager to configure the settings partition not to overlap with Open Bootloader
39-
CONFIG_PM_SINGLE_IMAGE=y
40-
4138
# Disable factory data support.
4239
CONFIG_CHIP_FACTORY_DATA=n
4340
CONFIG_CHIP_FACTORY_DATA_BUILD=n

0 commit comments

Comments
 (0)