boards: nrf_bsim: Remove redundant option setting

The BOARD value is set in a common place for hwmv2.
No need to set it here also.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras
2024-02-16 16:15:51 +01:00
committed by Carles Cufi
parent 83eb4fc069
commit b53c6f412c

View File

@@ -13,11 +13,6 @@ config BUILD_OUTPUT_EXE
config OUTPUT_PRINT_MEMORY_USAGE
default n
config BOARD
default "nrf52_bsim" if BOARD_NRF52_BSIM
default "nrf5340bsim_nrf5340_cpunet" if BOARD_NRF5340BSIM_NRF5340_CPUNET
default "nrf5340bsim_nrf5340_cpuapp" if BOARD_NRF5340BSIM_NRF5340_CPUAPP
config NATIVE_SIMULATOR_NUMBER_MCUS
default 2 if BOARD_NRF5340BSIM_NRF5340_CPUNET || BOARD_NRF5340BSIM_NRF5340_CPUAPP
default 1