Skip to content

Commit 10a3cff

Browse files
bjarki-andreasennordicjm
authored andcommitted
boot: zephyr: boards: nrf54h20dk cpuapp add chosen code part
Add the required zephyr,code-partition which is typically included by the common app.overlay to the nrf54h20dk_nrf54h20_cpuapp board overlay. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent a0e0573 commit 10a3cff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.overlay

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7+
/ {
8+
chosen {
9+
zephyr,code-partition = &boot_partition;
10+
};
11+
};
12+
713
&gdpwr {
814
status = "disabled";
915
};

0 commit comments

Comments
 (0)