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>
This commit is contained in:
Nico Huber
2018-10-11 22:54:25 +02:00
parent 30cf14ff3f
commit 718c6faff4
37 changed files with 69 additions and 61 deletions

View File

@@ -15,6 +15,7 @@
#include "amd8111.h"
#include <reset.h>
#include <southbridge/amd/common/reset.h>
unsigned get_sbdn(unsigned bus)
{