summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kirby/wakeup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/kirby/wakeup.c')
-rw-r--r--src/mainboard/google/kirby/wakeup.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/kirby/wakeup.c b/src/mainboard/google/kirby/wakeup.c
index a82b63299c..43bad6f4a5 100644
--- a/src/mainboard/google/kirby/wakeup.c
+++ b/src/mainboard/google/kirby/wakeup.c
@@ -22,8 +22,6 @@
int wakeup_need_reset(void)
{
- /* The "wake up" event is not reliable (known as "bad wakeup") and needs
- * reset if GPIO value is high. */
- return gpio_get_value(GPIO_Y10);
+ return 0;
}