Adds a snippet which sets the chosen code partition to slot1_partition, which can be used with things like MCUboot Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
/ {
|
|
chosen {
|
|
zephyr,code-partition = &slot1_partition;
|
|
};
|
|
};
|