summaryrefslogtreecommitdiff
path: root/src/mainboard/ti
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-10-17 19:40:26 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-10-22 08:40:55 +0000
commit9df62b04ff9f7ced64ef5aae87fcfed4d35f0a92 (patch)
treef3b1652cbe67424ac4442c01b4226cd5342d88df /src/mainboard/ti
parente20dd19dde6ab887a71b084fa342a8c46488568e (diff)
downloadcoreboot-9df62b04ff9f7ced64ef5aae87fcfed4d35f0a92.tar.xz
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/ti')
-rw-r--r--src/mainboard/ti/beaglebone/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/ti/beaglebone/Kconfig b/src/mainboard/ti/beaglebone/Kconfig
index a85c242a84..276ab83c03 100644
--- a/src/mainboard/ti/beaglebone/Kconfig
+++ b/src/mainboard/ti/beaglebone/Kconfig
@@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
select CPU_TI_AM335X
select BOARD_ROMSIZE_KB_4096
+ select MISSING_BOARD_RESET
config MAINBOARD_DIR
string