mb/emulation/*-riscv: Don't select ARCH_BOOTBLOCK_RISCV

It's already selected by SOC_UCB_RISCV.

Change-Id: Ic8a14300cdea2a4ab763b2746434891b72843604
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/18390
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Jonathan Neuschäfer 2017-02-17 18:06:33 +01:00 committed by Ronald G. Minnich
parent 96af0afcd7
commit c706eaf068
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select SOC_UCB_RISCV
select BOARD_ROMSIZE_KB_4096
select ARCH_BOOTBLOCK_RISCV
select HAVE_UART_SPECIAL
select BOOT_DEVICE_NOT_SPI_FLASH

View File

@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select SOC_UCB_RISCV
select BOARD_ROMSIZE_KB_4096
select ARCH_BOOTBLOCK_RISCV
select DRIVERS_UART_8250MEM
select BOOT_DEVICE_NOT_SPI_FLASH