Skip to content

Commit e0b7d57

Browse files
committed
remove checking of remote board
This is temporary change, to be checked if really needed to check remote board. Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent ef22c59 commit e0b7d57

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/boards/nordic/system_off/sysbuild.cmake

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright (c) 2024 Nordic Semiconductor ASA
22
# SPDX-License-Identifier: Apache-2.0
33

4-
if("${SB_CONFIG_REMOTE_CORE_BOARD}" STREQUAL "")
5-
message(FATAL_ERROR
6-
"Target ${BOARD} not supported for this sample. "
7-
"There is no remote board selected in Kconfig.sysbuild")
8-
endif()
9-
104
set(REMOTE_APP remote)
115

126
ExternalZephyrProject_Add(

0 commit comments

Comments
 (0)