summaryrefslogtreecommitdiff
path: root/chip/g/rbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/rbox.c')
-rw-r--r--chip/g/rbox.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/chip/g/rbox.c b/chip/g/rbox.c
index b46591d7a3..d4c01b27ce 100644
--- a/chip/g/rbox.c
+++ b/chip/g/rbox.c
@@ -7,11 +7,6 @@
#include "hooks.h"
#include "registers.h"
-int rbox_is_asserting_ec_reset(void)
-{
- return GREAD(RBOX, ASSERT_EC_RST);
-}
-
static void rbox_release_ec_reset(void)
{
/* Let the EC go (the RO bootloader asserts it ASAP after POR) */