diff options
author | Nico Huber <nico.h@gmx.de> | 2018-10-11 22:54:25 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-10-31 15:29:42 +0000 |
commit | 718c6faff4acf7a7716a1747fbfecdac462ef2c9 (patch) | |
tree | 7519bc51b016761d4c068a9e71ab908d5e32a011 /src/southbridge/amd/sb700 | |
parent | 30cf14ff3fdd9fbbaa3ffb841359c2ee1a0bfcad (diff) |
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/southbridge/amd/sb700')
-rw-r--r-- | src/southbridge/amd/sb700/reset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/sb700/reset.c b/src/southbridge/amd/sb700/reset.c index f5f7a2c2f3..4c9b0f4056 100644 --- a/src/southbridge/amd/sb700/reset.c +++ b/src/southbridge/amd/sb700/reset.c @@ -18,6 +18,7 @@ #include <arch/io.h> #include <reset.h> +#include <southbridge/amd/common/reset.h> #define HT_INIT_CONTROL 0x6C #define HTIC_BIOSR_Detect (1<<5) |