Skip to content

Commit f4a0013

Browse files
committed
[nrf noup] samples: Fix smp_svr sample for external memory using PM
nrf-squash! [nrf noup] sample/smp_svr: nrf54l15dk test cases nrf-squash! [nrf noup] samples/**/smp_svr: testcase of nrf54l15pdk with ext-flash DT Add proper configs to sample.yaml. Ref: NCSDK-31608 Signed-off-by: Dominik Ermel <[email protected]>
1 parent 71b0e2c commit f4a0013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ tests:
174174
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
175175
- mcuboot_CONF_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
176176
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
177-
extra_configs:
178-
- CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
177+
- SB_CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
178+
- SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
179179
platform_allow:
180180
- nrf54l15dk/nrf54l15/cpuapp
181181
- nrf54l15dk/nrf54l10/cpuapp

0 commit comments

Comments
 (0)