summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/spring/board.h6
-rw-r--r--common/gaia_power.c5
2 files changed, 5 insertions, 6 deletions
diff --git a/board/spring/board.h b/board/spring/board.h
index 440a7d27c9..9a0394d8f6 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -31,12 +31,6 @@
#undef CONFIG_TASK_PROFILING
#define CONFIG_WATCHDOG_HELP
-/* Go to STANDBY mode when system is off without external power for too long */
-#define CONFIG_AUTO_HIBERNATE_SECS 180
-
-/* Wake from hibernate every hour */
-#define CONFIG_HIBERNATE_WAKE_PERIOD_SECS 3600
-
/* Auto battery cut-off */
#define BATTERY_CUT_OFF_MV 10500
#define BATTERY_CUT_OFF_DELAY (11 * SECOND)
diff --git a/common/gaia_power.c b/common/gaia_power.c
index c2affbc4ca..9eb5f04d9d 100644
--- a/common/gaia_power.c
+++ b/common/gaia_power.c
@@ -165,6 +165,11 @@ int chipset_get_auto_hibernate_delay(void)
static void hibernate_timer_arm(void)
{
}
+
+int chipset_get_auto_hibernate_delay(void)
+{
+ return 0;
+}
#endif
/*