diff options
Diffstat (limited to 'src/mainboard/google/herobrine/reset.c')
-rw-r--r-- | src/mainboard/google/herobrine/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/herobrine/reset.c b/src/mainboard/google/herobrine/reset.c index 9b5810f20b..d64c650b99 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); } |