summaryrefslogtreecommitdiff
path: root/src/mainboard/google/cherry/chromeos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cherry/chromeos.c')
-rw-r--r--src/mainboard/google/cherry/chromeos.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/google/cherry/chromeos.c b/src/mainboard/google/cherry/chromeos.c
index 13b673cf07..748e06e28d 100644
--- a/src/mainboard/google/cherry/chromeos.c
+++ b/src/mainboard/google/cherry/chromeos.c
@@ -59,9 +59,3 @@ int tis_plat_irq_status(void)
{
return gpio_eint_poll(GPIO_GSC_AP_INT);
}
-
-int get_ec_is_trusted(void)
-{
- /* EC is trusted if not in RW. This is active low. */
- return !!gpio_get(GPIO_EC_IN_RW);
-}