summaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/baytrail/reset.c')
-rw-r--r--src/soc/intel/baytrail/reset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/baytrail/reset.c b/src/soc/intel/baytrail/reset.c
index fd38f61255..e38a2e6ec8 100644
--- a/src/soc/intel/baytrail/reset.c
+++ b/src/soc/intel/baytrail/reset.c
@@ -29,13 +29,13 @@ void warm_reset(void)
outb(RST_CPU | SYS_RST, RST_CNT);
}
-void soft_reset(void)
+void do_soft_reset(void)
{
/* Sends INIT# to CPU */
outb(RST_CPU, RST_CNT);
}
-void hard_reset(void)
+void do_hard_reset(void)
{
/* Don't power cycle on hard_reset(). It's not really clear what the
* semantics should be for the meaning of hard_reset(). */