Skip to content

Commit fc290e6

Browse files
nordicjmjukkar
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 <[email protected]> (cherry picked from commit f730f82)
1 parent e326f35 commit fc290e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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_NETCORE
11+
default y
12+
13+
config NETCORE_APP_UPDATE
14+
default y if SECURE_BOOT_NETCORE
15+
16+
config NRF_DEFAULT_EMPTY
17+
default y if SECURE_BOOT_NETCORE
18+
19+
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
20+
421
config PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY
522
default y if BOOTLOADER_MCUBOOT

0 commit comments

Comments
 (0)