Skip to content

Commit fa07877

Browse files
nordicjmanangl
authored andcommitted
[nrf noup] boards: nordic: thingy53: Remove old SECURE_BOOT selection
nrf-squash! [nrf noup] board: nordic: thingy53: Enable default images for sysbuild Removes selecting SECURE_BOOT as this is now an automatic selection Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 148569d commit fa07877

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

boards/nordic/thingy53/Kconfig.sysbuild

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ choice MCUBOOT_MODE
1111
default MCUBOOT_MODE_OVERWRITE_ONLY
1212
endchoice
1313

14-
config SECURE_BOOT
15-
default y
16-
1714
config SECURE_BOOT_NETCORE
18-
default y if SECURE_BOOT
15+
default y
1916

2017
config NETCORE_APP_UPDATE
21-
default y if SECURE_BOOT
18+
default y if SECURE_BOOT_NETCORE
2219

2320
config NRF_DEFAULT_EMPTY
24-
default y
21+
default y if SECURE_BOOT_NETCORE
2522

2623
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
2724

0 commit comments

Comments
 (0)