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/cubietech/cubieboard/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/cubietech') diff --git a/src/mainboard/cubietech/cubieboard/Kconfig b/src/mainboard/cubietech/cubieboard/Kconfig index 5aefc228e6..2c44add066 100644 --- a/src/mainboard/cubietech/cubieboard/Kconfig +++ b/src/mainboard/cubietech/cubieboard/Kconfig @@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select CPU_ALLWINNER_A10 select BOARD_ROMSIZE_KB_4096 select DRIVER_XPOWERS_AXP209 + select MISSING_BOARD_RESET config MAINBOARD_DIR string -- cgit v1.2.3