Skip to content

Commit 7a4fc51

Browse files
committed
[nrf noup] boards: nrf54h20dk: Enable default images for sysbuild
Enable the `empty_app_core` image when building for `cpurad`. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent a132f64 commit 7a4fc51

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
if BOARD_NRF54H20DK_NRF54H20_CPURAD
5+
6+
config NRF_DEFAULT_EMPTY
7+
default y
8+
9+
endif # BOARD_NRF54H20DK_NRF54H20_CPURAD

0 commit comments

Comments
 (0)