summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2021-07-15 16:18:15 +0000
committerCommit Bot <commit-bot@chromium.org>2021-07-15 17:28:12 +0000
commit3aba749f16881995c4bb8aca0335593c647a9977 (patch)
tree4cd6ce6b24bc15116cbdb85b826fffbce749c923
parentba0d4be2fdb8bd9bed620bead731307611bc1338 (diff)
downloadchrome-ec-3aba749f16881995c4bb8aca0335593c647a9977.tar.gz
Revert "Guybrush: Wait a long time to hibernate"
This reverts commit 4cb260ea26a3d6e18320bea2421624fa29b1b53d. Reason for revert: Next board version can correctly exit from hibernate. Original change's description: > 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> Bug: b:190056419 Change-Id: I1c66e3fce4dcdfba76f7ab961260dd6e5c7679e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3032202 Auto-Submit: Diana Z <dzigterman@chromium.org> Tested-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-rw-r--r--board/guybrush/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/guybrush/board.h b/board/guybrush/board.h
index be3a55f215..18ff94bf0e 100644
--- a/board/guybrush/board.h
+++ b/board/guybrush/board.h
@@ -32,10 +32,6 @@
#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 */