summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2016-09-22 10:39:17 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-23 12:21:55 -0700
commit872f896ae234e70f3f100322fe77028ae7bc8f42 (patch)
tree5f4aa40ffda950fb70171710960e6702078b99a7
parent818dea4a07337b96a696f805a207860abf979c8f (diff)
downloadchrome-ec-872f896ae234e70f3f100322fe77028ae7bc8f42.tar.gz
reef: Allow forced/manual hibernation on AC
Allow hibernation on AC for hibernate console commands and hardware key sequence [ALT + VolumeUp + H]. BUG=chrome-os-partner:57724 BRANCH=none TEST='hibernate' console command & hardware key sequence can successfully hibernate the system on AC. Change-Id: Idfcc37620a712faca4b48a680ec9a7903c26ed88 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/388591 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Divya S Sasidharan <divya.s.sasidharan@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
-rw-r--r--board/reef/board.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/board/reef/board.c b/board/reef/board.c
index 07024025ba..5b7a1f3936 100644
--- a/board/reef/board.c
+++ b/board/reef/board.c
@@ -933,9 +933,6 @@ void board_hibernate(void)
*/
chipset_do_shutdown();
- /* Should not enter hibernate on AC */
- ASSERT(!extpower_is_present());
-
/* Added delay to allow AP to settle down */
msleep(100);