summaryrefslogtreecommitdiff
path: root/src/mainboard/google/smaug/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/smaug/reset.c')
-rw-r--r--src/mainboard/google/smaug/reset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/smaug/reset.c b/src/mainboard/google/smaug/reset.c
index fc9a0b6214..121cf64bc9 100644
--- a/src/mainboard/google/smaug/reset.c
+++ b/src/mainboard/google/smaug/reset.c
@@ -18,7 +18,7 @@
#include "gpio.h"
-void do_hard_reset(void)
+void do_board_reset(void)
{
gpio_output(AP_SYS_RESET_L, 0);
}