Skip to content

Commit f8c63ab

Browse files
committed
tests: boot: mcuboot_recovery_retention: Remove boot mode overlay
Removes setting the boot mode device in the default test overlay file as this is now set by the board Signed-off-by: Jamie McCrae <[email protected]>
1 parent 73cd48b commit f8c63ab

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/boot/mcuboot_recovery_retention/boards/nrf52840dk_nrf52840.overlay

-11
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,10 @@
22

33
/ {
44
chosen {
5-
zephyr,boot-mode = &boot_mode0;
65
zephyr,uart-mcumgr = &cdc_acm_uart;
76
};
87
};
98

10-
&gpregret1 {
11-
status = "okay";
12-
13-
boot_mode0: boot_mode@0 {
14-
compatible = "zephyr,retention";
15-
status = "okay";
16-
reg = <0x0 0x1>;
17-
};
18-
};
19-
209
&zephyr_udc0 {
2110
status = "okay";
2211

0 commit comments

Comments
 (0)