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/sifive/hifive-unleashed/Kconfig | |
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/sifive/hifive-unleashed/Kconfig')
-rw-r--r-- | src/mainboard/sifive/hifive-unleashed/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/sifive/hifive-unleashed/Kconfig b/src/mainboard/sifive/hifive-unleashed/Kconfig index 5e49f19758..57408c6bc7 100644 --- a/src/mainboard/sifive/hifive-unleashed/Kconfig +++ b/src/mainboard/sifive/hifive-unleashed/Kconfig @@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select SOC_SIFIVE_FU540 select BOARD_ROMSIZE_KB_32768 + select MISSING_BOARD_RESET config MAINBOARD_DIR string |