summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuohao Lee <zhuohao@chromium.org>2018-07-04 14:28:42 +0800
committerchrome-bot <chrome-bot@chromium.org>2018-07-04 05:43:47 -0700
commitd91b202256615ef6a3b41ee9c9140c4a815d43a6 (patch)
tree0428058c474f070462199ce969d9f2d943a69269
parentdcd973e2f44cd475587aaf3cdd37e14add2ef280 (diff)
downloadchrome-ec-d91b202256615ef6a3b41ee9c9140c4a815d43a6.tar.gz
kukui: fix build error
This patch is used to fix the below build error: power/mt8183.c:92:6: error: redefinition of chipset_force_shutdown void chipset_force_shutdown(void) ^ In file included from power/mt8183.c:9:0: include/chipset.h:105:20: note: previous definition of chipset_force_shutdown was here static inline void chipset_force_shutdown(void) { } ^ power/mt8183.c: In function chipset_force_shutdown: power/mt8183.c:94:10: error: CC_CHIPSET undeclared (first use in this function) CPRINTS("%s()", __func__); ... BRANCH=master BUG=b:80159522 TEST=make -j12 BOARD=kukui tests Change-Id: I70e879d11a4f34d785b932893d3e847248b99fde Signed-off-by: Zhuohao Lee <zhuohao@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1125640 Reviewed-by: Yilun Lin <yllin@chromium.org> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 0701a981d3..bc84b4ee3f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3722,6 +3722,7 @@
#undef CONFIG_CHIPSET_CANNONLAKE
#undef CONFIG_CHIPSET_GEMINILAKE
#undef CONFIG_CHIPSET_MT817X
+#undef CONFIG_CHIPSET_MT8183
#undef CONFIG_CHIPSET_RK3399
#undef CONFIG_CHIPSET_RK3288
#undef CONFIG_CHIPSET_SDM845