diff options
author | Nico Huber <nico.h@gmx.de> | 2018-10-06 18:49:47 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-22 08:34:37 +0000 |
commit | 96d3378dde3d5fe7334086c38b0c0db0864fc58e (patch) | |
tree | d7eaa26f53e74e8b35620f81cf8793b2cf6d9827 /src/soc/mediatek/mt8173/Kconfig | |
parent | c6fe265f68c65053f908248128347f4b860afc4e (diff) |
soc/mediatek: Convert to `board_reset()`
Note, MT8183 didn't select HAVE_HARD_RESET before. So it might still
need an update.
Change-Id: Ic850f2775ada5e6e543ffb92aaa033b9209596f5
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/29051
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8173/Kconfig')
-rw-r--r-- | src/soc/mediatek/mt8173/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8173/Kconfig b/src/soc/mediatek/mt8173/Kconfig index de9b932339..cf0c8d9df7 100644 --- a/src/soc/mediatek/mt8173/Kconfig +++ b/src/soc/mediatek/mt8173/Kconfig @@ -12,7 +12,6 @@ config SOC_MEDIATEK_MT8173 select HAVE_MONOTONIC_TIMER select GENERIC_UDELAY select GENERIC_GPIO_LIB - select HAVE_HARD_RESET select RTC if SOC_MEDIATEK_MT8173 |