Skip to content

Commit d43dd26

Browse files
committed
[nrf noup] boards: Add secondary_app_partition alias
Add secondary_app_partition aliases. Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 9eeaf2d commit d43dd26

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ slot0_partition: &cpuapp_slot0_partition {
193193
label = "image-0";
194194
};
195195

196+
secondary_app_partition: &cpuapp_slot1_partition {};
196197
slot1_partition: &cpuapp_slot1_partition {
197198
label = "image-1";
198199
};

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ slot0_partition: &cpurad_slot0_partition {
9090
label = "image-0";
9191
};
9292

93+
secondary_app_partition: &cpurad_slot1_partition {};
9394
slot1_partition: &cpurad_slot1_partition {
9495
label = "image-1";
9596
};

0 commit comments

Comments
 (0)