summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorite01580 <yanis.wang@ite.com.tw>2016-08-16 10:24:25 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-08-17 10:00:27 -0700
commit7317e1f165fa16fee437c8969cefbd73f42de7e6 (patch)
tree2fb7504dafc4824522e92c97b4454bef5fa29c9b
parent490ceb734f4b3bd63552d3a195ac03e1ef21bd95 (diff)
downloadchrome-ec-7317e1f165fa16fee437c8969cefbd73f42de7e6.tar.gz
board: it83xx_evb: fix build error
Fix error: CC_USBPD undeclared BRANCH=None BUG=None TEST=Do check by "make BOARD=it83xx_evb -j" Change-Id: Idc2e8e608c767bcea1221204a0d66417e82ff216 Signed-off-by: ite01580 <yanis.wang@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/371019 Commit-Ready: Yanis Wang <yanis.wang@ite.com.tw> Tested-by: Yanis Wang <yanis.wang@ite.com.tw> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
-rw-r--r--board/it83xx_evb/board.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/it83xx_evb/board.c b/board/it83xx_evb/board.c
index 7c8dec6af4..52a724ecff 100644
--- a/board/it83xx_evb/board.c
+++ b/board/it83xx_evb/board.c
@@ -84,12 +84,8 @@ void board_pd_vbus_ctrl(int port, int enabled)
}
#else
/* EC EVB */
-#define CPRINTF(format, args...) cprintf(CC_USBPD, format, ## args)
void pd_task(void)
{
- CPRINTF("EC EVB so PD task (ID%x) is suspended all the time.\n",
- task_get_current());
-
while (1)
task_wait_event(-1);
}