diff options
author | Nico Huber <nico.h@gmx.de> | 2018-10-17 19:40:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-22 08:40:55 +0000 |
commit | 9df62b04ff9f7ced64ef5aae87fcfed4d35f0a92 (patch) | |
tree | f3b1652cbe67424ac4442c01b4226cd5342d88df /src/mainboard/emulation/spike-riscv | |
parent | e20dd19dde6ab887a71b084fa342a8c46488568e (diff) |
mainboard/: Select MISSING_BOARD_RESET appropriately
We didn't have a hard_reset() implementation for these boards. So
select the board_reset() stub for them.
Change-Id: I77651e3844632fb1a347008c96e53d23cc5a2646
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/29170
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/spike-riscv')
-rw-r--r-- | src/mainboard/emulation/spike-riscv/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/emulation/spike-riscv/Kconfig b/src/mainboard/emulation/spike-riscv/Kconfig index 43d14cb774..7f3e53c041 100644 --- a/src/mainboard/emulation/spike-riscv/Kconfig +++ b/src/mainboard/emulation/spike-riscv/Kconfig @@ -20,6 +20,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select BOARD_ROMSIZE_KB_4096 select DRIVERS_UART_8250MEM select BOOT_DEVICE_NOT_SPI_FLASH + select MISSING_BOARD_RESET config MAINBOARD_DIR string |