aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cheza/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cheza/reset.c')
-rw-r--r--src/mainboard/google/cheza/reset.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/cheza/reset.c b/src/mainboard/google/cheza/reset.c
deleted file mode 100644
index 9b5810f20b..0000000000
--- a/src/mainboard/google/cheza/reset.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <ec/google/chromeec/ec.h>
-#include <reset.h>
-
-/* Can't do a "real" reset before the PMIC is initialized in QcLib (romstage),
- but this works well enough for our purposes. */
-void do_board_reset(void)
-{
- google_chromeec_reboot(0, EC_REBOOT_COLD, 0);
-}