summaryrefslogtreecommitdiffstats
path: root/src/Kconfig
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-10-11 22:54:25 +0200
committerNico Huber <nico.h@gmx.de>2018-10-31 15:29:42 +0000
commit718c6faff4acf7a7716a1747fbfecdac462ef2c9 (patch)
tree7519bc51b016761d4c068a9e71ab908d5e32a011 /src/Kconfig
parent30cf14ff3fdd9fbbaa3ffb841359c2ee1a0bfcad (diff)
downloadcoreboot-718c6faff4acf7a7716a1747fbfecdac462ef2c9.tar.gz
coreboot-718c6faff4acf7a7716a1747fbfecdac462ef2c9.tar.bz2
coreboot-718c6faff4acf7a7716a1747fbfecdac462ef2c9.zip
reset: Finalize move to new API
Move soft_reset() to `southbridge/amd/common/` it's only used for amdfam10 now. Drop hard_reset() for good. Change-Id: Ifdc5791160653c5578007f6c1b96015efe2b3e1e Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/29059 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 2777d266d8e6..0b97125c4531 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -449,13 +449,6 @@ config RESUME_PATH_SAME_AS_BOOT
same path as a regular boot. e.g. an x86 system runs from the
reset vector at 0xfffffff0 on both resume and warm/cold boot.
-config HAVE_HARD_RESET
- bool
- default n
- help
- This variable specifies whether a given board has a hard_reset
- function, no matter if it's provided by board code or chipset code.
-
config HAVE_ROMSTAGE_CONSOLE_SPINLOCK
bool
depends on EARLY_CBMEM_INIT