Skip to content

Commit 6a85038

Browse files
nordicjmjukkar
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 Changes the thingy53 default configuration for sysbuild to enable using all RAM in the MCUboot image Signed-off-by: Jamie McCrae <[email protected]> (cherry picked from commit a06f958)
1 parent 7dad9c4 commit 6a85038

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/nordic/thingy53/Kconfig.sysbuild

Lines changed: 7 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_NETCORE
1115
default y
1216

@@ -16,6 +20,9 @@ config NETCORE_APP_UPDATE
1620
config NRF_DEFAULT_EMPTY
1721
default y if SECURE_BOOT_NETCORE
1822

23+
config MCUBOOT_USE_ALL_AVAILABLE_RAM
24+
default y if BOARD_THINGY53_NRF5340_CPUAPP_NS && BOOTLOADER_MCUBOOT
25+
1926
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
2027

2128
config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY

0 commit comments

Comments
 (0)