Skip to content

Commit a1e66b4

Browse files
nordicjmkartben
authored andcommitted
sysbuild: image_configurations: Add firmware loader dtc overlay file
Adds a devicetree overlay file for the firmware loader image which sets the code partition to slot 1, which is where the firmware loader image resides Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 1e73b58 commit a1e66b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/ {
2+
chosen {
3+
zephyr,code-partition = &slot1_partition;
4+
};
5+
};

0 commit comments

Comments
 (0)