Skip to content

Commit 2bc6913

Browse files
nordicjmrlubos
authored andcommitted
[nrf noup] board: nordic: thingy53: Enable default images for sysbuild
Enables MCUboot, empty network core and network core updates by default when building for the thingy53 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent dd586c6 commit 2bc6913

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4+
if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
5+
6+
choice BOOTLOADER
7+
default BOOTLOADER_MCUBOOT
8+
endchoice
9+
10+
config SECURE_BOOT
11+
default y
12+
13+
config SECURE_BOOT_NETCORE
14+
default y if SECURE_BOOT
15+
16+
config NETCORE_APP_UPDATE
17+
default y if SECURE_BOOT
18+
19+
config NRF_DEFAULT_EMPTY
20+
default y
21+
22+
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
23+
424
config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
525
default y if BOOTLOADER_MCUBOOT

0 commit comments

Comments
 (0)