Skip to content

Commit dd09aa3

Browse files
committed
[nrf fromlist] samples: Enable Direct XIP through sysbuild
Enable Direct XIP with revert MCUboot mode through sysbuild configuration. Upstream PR #: 95393 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 1d73d0e commit dd09aa3

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
@@ -101,8 +101,8 @@ tests:
101101
# flags should affect any transport the same way.
102102
sample.mcumgr.smp_svr.mcuboot_flags.direct_xip_withrevert:
103103
extra_args: EXTRA_CONF_FILE="overlay-serial.conf"
104-
extra_configs:
105-
- CONFIG_MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP_WITH_REVERT=y
104+
extra_args:
105+
- SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT=y
106106
platform_allow:
107107
- nrf52840dk/nrf52840
108108
- pinnacle_100_dvk

0 commit comments

Comments
 (0)