summaryrefslogtreecommitdiff
path: root/src/mainboard/Iwill/DK8S2/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/Iwill/DK8S2/reset.c')
-rw-r--r--src/mainboard/Iwill/DK8S2/reset.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/Iwill/DK8S2/reset.c b/src/mainboard/Iwill/DK8S2/reset.c
new file mode 100644
index 0000000000..3db3956ec6
--- /dev/null
+++ b/src/mainboard/Iwill/DK8S2/reset.c
@@ -0,0 +1,6 @@
+#include "../../../southbridge/amd/amd8111/amd8111_reset.c"
+
+void hard_reset(void)
+{
+ amd8111_hard_reset(0, 0);
+}