Skip to content

Commit be04de3

Browse files
committed
subsys: mcuboot: Use secondary_app_partition
Use secondary_app_partition as code partition in Direct XIP without partition manager. This allows to define slot0/1 partitions independently from the application's code partition. Ref: NCSDK-35612 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 9da1b30 commit be04de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

subsys/mcuboot/mcuboot_secondary_app.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
/ {
88
chosen {
9-
zephyr,code-partition = &slot1_partition;
9+
zephyr,code-partition = &secondary_app_partition;
1010
};
1111
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: a2c3a8e95a76d4d35b1b8d9116381b731b4e6529
68+
revision: pull/3309/head
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)