Commit 2cf7e8f
committed
[nrf fromlist] tests: boot: Fix bootloader.mcuboot boot loop for nrf platforms
The swapped_app image, added via ExternalZephyrProject_Add,
wasn't receiving the swap method configuration from sysbuild.
If trying to build the test with a different configuration than
SWAP_USING_OFFSET (for example SWAP_USING_MOVE)
this resulted in a boot loop due to configuration mismatch
between swapped_image and mcuboot.
This fix ensures proper configuration propagation and prevents
similar mismatches in future scenarios.
Upstream PR #: 96921
Signed-off-by: Artur Hadasz <[email protected]>1 parent 1fe09df commit 2cf7e8f
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments