Skip to content

Commit 94c0f86

Browse files
committed
ignore: test removing domains
why is this still here Signed-off-by: Jamie McCrae <[email protected]>
1 parent a734f84 commit 94c0f86

File tree

4 files changed

+0
-100
lines changed

4 files changed

+0
-100
lines changed

boards/nordic/nrf5340_audio_dk/Kconfig

Lines changed: 0 additions & 29 deletions
This file was deleted.

boards/nordic/nrf5340dk/Kconfig

Lines changed: 0 additions & 26 deletions
This file was deleted.

boards/nordic/nrf7002dk/Kconfig

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,11 @@ config HEAP_MEM_POOL_ADD_SIZE_BOARD
2121
int
2222
default 4096 if BT_HCI_IPC
2323

24-
config DOMAIN_CPUNET_BOARD
25-
string
26-
default "nrf7002dk/nrf5340/cpunet"
27-
help
28-
The board which will be used for CPUNET domain when creating a multi
29-
image application where one or more images should be located on
30-
another board. For example hci_ipc on the nRF5340_cpunet for
31-
Bluetooth applications.
32-
3324
endif
3425

3526
if BOARD_NRF7002DK_NRF5340_CPUNET
3627

3728
config BT_ECC
3829
default y if BT
3930

40-
config DOMAIN_CPUAPP_BOARD
41-
string
42-
default "nrf7002dk/nrf5340/cpuapp" if BOARD_NRF7002DK_NRF5340_CPUAPP
43-
default "nrf7002dk/nrf5340/cpuapp/ns" if BOARD_NRF7002DK_NRF5340_CPUAPP_NS
44-
default "nrf7002dk/nrf5340/cpuapp/nrf7001" if BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001
45-
default "nrf7002dk/nrf5340/cpuapp/nrf7001/ns" if BOARD_NRF7002DK_NRF5340_CPUAPP_NRF7001_NS
46-
help
47-
The board which will be used for CPUAPP domain when creating a multi
48-
image application where one or more images should be located on
49-
another board.
50-
5131
endif

boards/nordic/thingy53/Kconfig

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,3 @@ config THINGY53_INIT_PRIORITY
88
default 79
99
help
1010
Initialization priority of the Thingy:53.
11-
12-
if BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
13-
14-
config DOMAIN_CPUNET_BOARD
15-
string
16-
default "thingy53/nrf5340/cpunet"
17-
help
18-
The board which will be used for CPUNET domain when creating a multi
19-
image application where one or more images should be located on
20-
another board. For example hci_ipc on the nRF5340_cpunet for
21-
Bluetooth applications.
22-
23-
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
24-
25-
if BOARD_THINGY53_NRF5340_CPUNET
26-
27-
config DOMAIN_CPUAPP_BOARD
28-
string
29-
default "thingy53/nrf5340/cpuapp"
30-
help
31-
The board which will be used for CPUAPP domain when creating a multi
32-
image application where one or more images should be located on
33-
another board.
34-
35-
endif # BOARD_THINGY53_NRF5340_CPUNET

0 commit comments

Comments
 (0)