Skip to content

Commit 2587f1a

Browse files
PavelVPVrlubos
authored andcommitted
samples: bluetooth: event_trigger: Don't build empty_app_core for nRF54H
This commit disables building empty_app_core fw when building for nrf54h20dk/nrf54h20/cpurad. The empty_app_core is not needed in this case. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
1 parent 4eff470 commit 2587f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/event_trigger/Kconfig.sysbuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#
66

77
config NRF_DEFAULT_EMPTY
8-
default y
8+
default y if SOC_SERIES_NRF53X
99

1010
source "share/sysbuild/Kconfig"

0 commit comments

Comments
 (0)