summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 16:55:15 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:50:42 +0000
commit39bc3a4c0d3132551151298efcf3bf12c3bc10a4 (patch)
treebccc1c5ee418d1ce6137c44da624e0284b8be229 /common
parentaee03b415f0f7316787d3ef4723e4eb610645859 (diff)
downloadchrome-ec-39bc3a4c0d3132551151298efcf3bf12c3bc10a4.tar.gz
Revert "system: Enable/Disable low power idle in run time"
This reverts commit 0de5b8ed695a420728ec7b606b218284b0241006. BUG=b:200823466 TEST=make buildall -j Change-Id: I2e7db1159403f56f9373dd51382921048be76560 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273422 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/system.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/system.c b/common/system.c
index d365f736a6..00d2c0af23 100644
--- a/common/system.c
+++ b/common/system.c
@@ -101,11 +101,6 @@ static enum ec_reboot_cmd reboot_at_shutdown;
/* On-going actions preventing going into deep-sleep mode */
uint32_t sleep_mask;
-#ifdef CONFIG_LOW_POWER_IDLE_LIMITED
-/* Set it to prevent going into idle mode */
-uint32_t idle_disabled;
-#endif
-
#ifdef CONFIG_HOSTCMD_AP_SET_SKUID
static uint32_t ap_sku_id;