Skip to content

Commit 204acee

Browse files
nvlsianpurlubos
authored andcommitted
samples/dfu/fw_loader/ble_mcumgr: remove PM reminds
The sample was already running on DTS Partitioning. Remove unused pm_static and force no-PM in project Kconfig.sysbuild Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 8787516 commit 204acee

3 files changed

Lines changed: 3 additions & 41 deletions

File tree

samples/dfu/fw_loader/ble_mcumgr/Kconfig.sysbuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ config NETCORE_IPC_RADIO_BT_HCI_IPC
1414

1515
endif # SOC_SERIES_NRF54H
1616

17+
config PARTITION_MANAGER
18+
default n
19+
1720
source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"

samples/dfu/fw_loader/ble_mcumgr/pm_static_nrf54l15dk_nrf54l15_cpuapp.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

samples/dfu/fw_loader/ble_mcumgr/sample.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ tests:
1616
- nrf54h20dk/nrf54h20/cpuapp
1717
- nrf7120dk/nrf7120/cpuapp
1818
extra_args:
19-
- SB_CONFIG_PARTITION_MANAGER=n
2019
- mcuboot_CONFIG_FPROTECT=n

0 commit comments

Comments
 (0)