boards: Remove setting CONFIG_BOARD
Removes instances of setting CONFIG_BOARD that should have been removed in the hwmv2 porting process Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
df50197499
commit
105ef05c52
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_ADI_EVAL_ADIN1110EBZ
|
||||
|
||||
config BOARD
|
||||
default "adi_eval_adin1110ebz"
|
||||
|
||||
config SPI_STM32_DMA
|
||||
default y
|
||||
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_ADI_EVAL_ADIN2111EBZ
|
||||
|
||||
config BOARD
|
||||
default "adi_eval_adin2111ebz"
|
||||
|
||||
config MDIO_INIT_PRIORITY
|
||||
default 81
|
||||
depends on MDIO
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
|
||||
if BOARD_LPCXPRESSO55S36
|
||||
|
||||
config BOARD
|
||||
default "lpcxpresso55s36"
|
||||
|
||||
if BOOTLOADER_MCUBOOT
|
||||
choice MCUBOOT_BOOTLOADER_MODE
|
||||
# Board only supports MCUBoot via "upgrade only" method:
|
||||
|
|
Loading…
Reference in a new issue