summaryrefslogtreecommitdiff
path: root/chip/g/rbox.c
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2016-09-06 17:11:33 +0000
committerVadim Bendebury <vbendeb@chromium.org>2016-09-06 17:15:17 +0000
commit03a3f864796d02196de8419b3c12c78f425b946c (patch)
tree9b698ddea3eac05f3e2c2b622de7fb5b857fc64b /chip/g/rbox.c
parentd5639272e2ed6b4478a39310c5aad6a4545509ad (diff)
downloadchrome-ec-03a3f864796d02196de8419b3c12c78f425b946c.tar.gz
Revert "cr50: remove internal pull up on DIOM0"
This reverts commit 5e6da91fe86301d276b452a660139c27c3786a82. Change-Id: I65b37c087a86fab06f6e23e895ceee2ae2def5ee Reviewed-on: https://chromium-review.googlesource.com/381160 Reviewed-by: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Mary Ruthven <mruthven@chromium.org> Commit-Queue: Vadim Bendebury <vbendeb@chromium.org> Tested-by: Vadim Bendebury <vbendeb@chromium.org>
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 2d969ec202..85f83d33ce 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) */