summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@chromium.org>2017-06-20 10:57:47 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-06-22 17:03:52 -0700
commitb0dd82b39c57eab3a30923eb4a755172b9852f7e (patch)
tree75a68eb0f62fe221690eafec5cf97e1e8c0767c4 /common/host_command.c
parentb3a7ede47dcf8fb8302df9c3b76921066253d22f (diff)
downloadchrome-ec-b0dd82b39c57eab3a30923eb4a755172b9852f7e.tar.gz
cleanup: Remove big and pit boards
Remove big and pit boards along with several now-obsolete CONFIGs / source files. BUG=chromium:735109 TEST=`make buildall -j` BRANCH=None CQ-DEPEND=CL:544681 Change-Id: Ieb784bd36157fd1f6240cd19de6e6d12191a8097 Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/540667 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 3578efc36f..06d687f51e 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -775,8 +775,8 @@ static int host_command_get_features(struct host_cmd_handler_args *args)
#ifdef CONFIG_AP_HANG_DETECT
| EC_FEATURE_MASK_0(EC_FEATURE_HANG_DETECT)
#endif
-#ifdef CONFIG_PMU_POWERINFO
- | EC_FEATURE_MASK_0(EC_FEATURE_PMU)
+#if 0
+ | EC_FEATURE_MASK_0(EC_FEATURE_PMU) /* Obsolete */
#endif
#ifdef CONFIG_HOSTCMD_PD
| EC_FEATURE_MASK_0(EC_FEATURE_SUB_MCU)