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:
Jamie McCrae 2025-05-13 12:01:12 +01:00 committed by Benjamin Cabé
parent 1e73b581c6
commit a1e66b4952

View File

@ -0,0 +1,5 @@
/ {
chosen {
zephyr,code-partition = &slot1_partition;
};
};