From b0dd82b39c57eab3a30923eb4a755172b9852f7e Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Tue, 20 Jun 2017 10:57:47 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/540667 Commit-Ready: Shawn N Tested-by: Shawn N Reviewed-by: Randall Spangler --- common/host_command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/host_command.c') 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) -- cgit v1.2.1