tests: boards: nrf: nrfs: Build main image for app core only
Update this multi-core test to always run the `main` and `remote` images on cpuapp and cpurad respectively. This is to prepare the test for running with IronSide SE, in which case keeping cpurad as the main board target wouldn't make as much sense, because cpurad would have to be started by cpuapp. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
parent
d6673e1acd
commit
559ace1cdf
@ -6,4 +6,3 @@ source "${ZEPHYR_BASE}/share/sysbuild/Kconfig"
|
||||
config REMOTE_BOARD
|
||||
string
|
||||
default "$(BOARD)/nrf54h20/cpurad" if SOC_NRF54H20_CPUAPP
|
||||
default "$(BOARD)/nrf54h20/cpuapp" if SOC_NRF54H20_CPURAD
|
||||
|
||||
@ -1,10 +1,8 @@
|
||||
common:
|
||||
platform_allow:
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpurad
|
||||
integration_platforms:
|
||||
- nrf54h20dk/nrf54h20/cpuapp
|
||||
- nrf54h20dk/nrf54h20/cpurad
|
||||
tags:
|
||||
- nrfs
|
||||
harness: ztest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user