From 9df62b04ff9f7ced64ef5aae87fcfed4d35f0a92 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 17 Oct 2018 19:40:26 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/29170 Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/mainboard/emulation/qemu-power8/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/emulation/qemu-power8') diff --git a/src/mainboard/emulation/qemu-power8/Kconfig b/src/mainboard/emulation/qemu-power8/Kconfig index 6adcf7264f..9e14cabe2d 100644 --- a/src/mainboard/emulation/qemu-power8/Kconfig +++ b/src/mainboard/emulation/qemu-power8/Kconfig @@ -24,6 +24,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_UART_SPECIAL select ARCH_POWER8 select BOOT_DEVICE_NOT_SPI_FLASH + select MISSING_BOARD_RESET config MAINBOARD_DIR string -- cgit v1.2.3