Commit 559ace1c authored by Grzegorz Swiderski's avatar Grzegorz Swiderski Committed by Fabio Baltieri
Browse files

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: default avatarGrzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
parent d6673e1a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
common:
  platform_allow:
    - nrf54h20dk/nrf54h20/cpuapp
    - nrf54h20dk/nrf54h20/cpurad
  integration_platforms:
    - nrf54h20dk/nrf54h20/cpuapp
    - nrf54h20dk/nrf54h20/cpurad
  tags:
    - nrfs
  harness: ztest