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>
This commit is contained in:
parent
1e73b581c6
commit
a1e66b4952
@ -0,0 +1,5 @@
|
||||
/ {
|
||||
chosen {
|
||||
zephyr,code-partition = &slot1_partition;
|
||||
};
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user