Skip to content

Commit 4613c9b

Browse files
[nrf noup] boot: zephyr: boards: add chosen boot part nrf54h20 cpuapp overlay
Add the required zephyr,boot-partition to chosen node of the nrf54h20dk_nrf54h20_cpuapp overlay as the the board overlay overwrites the common app.overlay. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 79aa437 commit 4613c9b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,14 @@
5151
&gpio_pad_group9 {
5252
status = "disabled";
5353
};
54+
55+
/*
56+
* Copy from app.overlay as the board overlay take precedence
57+
* over app overlay.
58+
*/
59+
60+
/ {
61+
chosen {
62+
zephyr,code-partition = &boot_partition;
63+
};
64+
};

0 commit comments

Comments
 (0)