summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/herobrine/reset.c2
-rw-r--r--src/mainboard/google/trogdor/reset.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/herobrine/reset.c b/src/mainboard/google/herobrine/reset.c
index 9b5810f20bb1..d64c650b9957 100644
--- a/src/mainboard/google/herobrine/reset.c
+++ b/src/mainboard/google/herobrine/reset.c
@@ -7,5 +7,5 @@
but this works well enough for our purposes. */
void do_board_reset(void)
{
- google_chromeec_reboot(0, EC_REBOOT_COLD, 0);
+ google_chromeec_reboot(EC_REBOOT_COLD, 0);
}
diff --git a/src/mainboard/google/trogdor/reset.c b/src/mainboard/google/trogdor/reset.c
index 9b5810f20bb1..d64c650b9957 100644
--- a/src/mainboard/google/trogdor/reset.c
+++ b/src/mainboard/google/trogdor/reset.c
@@ -7,5 +7,5 @@
but this works well enough for our purposes. */
void do_board_reset(void)
{
- google_chromeec_reboot(0, EC_REBOOT_COLD, 0);
+ google_chromeec_reboot(EC_REBOOT_COLD, 0);
}