Skip to content

Commit 08ea5d1

Browse files
tomchyrlubos
authored andcommitted
[nrf fromtree] samples: Enable Direct XIP through sysbuild
Enable Direct XIP with revert MCUboot mode through sysbuild configuration. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit 7a54526)
1 parent 0f36da3 commit 08ea5d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ tests:
100100
# transport. Transport does not affect flags so it does not really matter which is selected,
101101
# flags should affect any transport the same way.
102102
sample.mcumgr.smp_svr.mcuboot_flags.direct_xip_withrevert:
103-
extra_args: EXTRA_CONF_FILE="overlay-serial.conf"
104-
extra_configs:
105-
- CONFIG_MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP_WITH_REVERT=y
103+
extra_args:
104+
- EXTRA_CONF_FILE="overlay-serial.conf"
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)