Skip to content

Commit

Permalink
[nrf noup] board: nordic: thingy53: Default to update only MCUboot type
Browse files Browse the repository at this point in the history
Changes the default MCUboot mode to update only for the thingy53,
to align with previous bootloader builds

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm authored and carlescufi committed Jun 5, 2024
1 parent 0741603 commit 48cb4e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/nordic/thingy53/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ choice BOOTLOADER
default BOOTLOADER_MCUBOOT
endchoice

choice MCUBOOT_MODE
default MCUBOOT_MODE_OVERWRITE_ONLY
endchoice

config SECURE_BOOT
default y

Expand Down

0 comments on commit 48cb4e7

Please sign in to comment.