bsim tests|samples: Remove uses of the nrf5340bsim hwmv1 boards
Using the old hwmv1 board names is not supported anymore. So we don't need to handle them specially in the sysbuild files. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
96d5544670
commit
6514b3b88d
|
@ -7,5 +7,4 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|||
int
|
||||
# Let's pass the test arguments to the application MCU test
|
||||
# otherwise by default they would have gone to the net core.
|
||||
default 0 if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default 0 if $(BOARD) = "nrf5340bsim"
|
||||
|
|
|
@ -7,5 +7,4 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|||
int
|
||||
# Let's pass the test arguments to the application MCU test
|
||||
# otherwise by default they would have gone to the net core.
|
||||
default 0 if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default 0 if $(BOARD) = "nrf5340bsim"
|
||||
|
|
|
@ -11,5 +11,4 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|||
int
|
||||
# Let's pass the test arguments to the application MCU test
|
||||
# otherwise by default they would have gone to the net core.
|
||||
default 0 if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default 0 if $(BOARD) = "nrf5340bsim"
|
||||
|
|
|
@ -11,5 +11,4 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|||
int
|
||||
# Let's pass the test arguments to the application MCU test
|
||||
# otherwise by default they would have gone to the net core.
|
||||
default 0 if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default 0 if $(BOARD) = "nrf5340bsim"
|
||||
|
|
|
@ -11,5 +11,4 @@ config NATIVE_SIMULATOR_PRIMARY_MCU_INDEX
|
|||
int
|
||||
# Let's pass the test arguments to the application MCU test
|
||||
# otherwise by default they would have gone to the net core.
|
||||
default 0 if $(BOARD) = "nrf5340bsim_nrf5340_cpuapp"
|
||||
default 0 if $(BOARD) = "nrf5340bsim"
|
||||
|
|
Loading…
Reference in a new issue