summaryrefslogtreecommitdiff
path: root/board/guybrush
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-07-09 16:28:29 -0600
committerCommit Bot <commit-bot@chromium.org>2021-07-12 16:39:07 +0000
commit4cb260ea26a3d6e18320bea2421624fa29b1b53d (patch)
tree2c670ddc4557eebb4349550312b845c87bd4b614 /board/guybrush
parent6a0e778279fdc6d279e4f286c1bc0f44ca85f8fa (diff)
downloadchrome-ec-4cb260ea26a3d6e18320bea2421624fa29b1b53d.tar.gz
Guybrush: Wait a long time to hibernate
Avoid hibernating for now because hardware problems affect our ability to wake properly. Leave the hibernate command in place, in case it's needed for testing, but don't actually hibernate for an absurdly long time. BRANCH=None BUG=b:190056419 TEST=on guybrush, confirm 'hibdelay' shows selected value Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: I477230e9f31cbb5be10fa9c29954e9634f227c41 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3018682 Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'board/guybrush')
-rw-r--r--board/guybrush/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/guybrush/board.h b/board/guybrush/board.h
index 49c0537983..58bf448575 100644
--- a/board/guybrush/board.h
+++ b/board/guybrush/board.h
@@ -37,6 +37,10 @@
#define CONFIG_CMD_ACCEL_INFO
#define CONFIG_CMD_BUTTON
+/* Work around hardware issues by delaying hibernate for a couple of months */
+#undef CONFIG_HIBERNATE_DELAY_SEC
+#define CONFIG_HIBERNATE_DELAY_SEC (3600 * 24 * 60)
+
/* USB Type C and USB PD defines */
/* USB Type A Features */