aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/rotor/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/rotor/reset.c')
-rw-r--r--src/mainboard/google/rotor/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rotor/reset.c b/src/mainboard/google/rotor/reset.c
index 37c2db7c19..fc97f2df68 100644
--- a/src/mainboard/google/rotor/reset.c
+++ b/src/mainboard/google/rotor/reset.c
@@ -16,7 +16,7 @@
#include <reset.h>
#include <soc/reset.h>
-void hard_reset(void)
+void do_hard_reset(void)
{
mvmap2315_reset();
}