Skip to content

Commit 48cb4e7

Browse files
nordicjmcarlescufi
authored andcommitted
[nrf noup] board: nordic: thingy53: Default to update only MCUboot type
Changes the default MCUboot mode to update only for the thingy53, to align with previous bootloader builds Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 0741603 commit 48cb4e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/nordic/thingy53/Kconfig.sysbuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ choice BOOTLOADER
77
default BOOTLOADER_MCUBOOT
88
endchoice
99

10+
choice MCUBOOT_MODE
11+
default MCUBOOT_MODE_OVERWRITE_ONLY
12+
endchoice
13+
1014
config SECURE_BOOT
1115
default y
1216

0 commit comments

Comments
 (0)