summaryrefslogtreecommitdiff
path: root/board/elm
diff options
context:
space:
mode:
authorChe-yu Wu <cheyuw@google.com>2017-08-16 13:53:59 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-08-16 04:03:23 -0700
commita1abf686c3174c6b18d20e8fc250cc4d5a045d97 (patch)
tree9abae788f543331a694f5bee294fb34f1a687e75 /board/elm
parent79e3b1c5e29e45eb25a8b7ad8f0b1679d31776df (diff)
downloadchrome-ec-a1abf686c3174c6b18d20e8fc250cc4d5a045d97.tar.gz
board/elm/board.h: Remove CONFIG_CMD_HOSTCMD
The command "hostcmd" in console isn't very useful and will cause stack overflow in console task when processing some hash commands. BUG=chromium:755048 BRANCH=none TEST=make BOARD=elm -j make BOARD=elm tests There should be no hostcmd command in the console of elm. Change-Id: Ifa721a1731bc1ebfb39e12430b6631338bdccd9f Signed-off-by: Che-yu Wu <cheyuw@google.com> Reviewed-on: https://chromium-review.googlesource.com/616600 Reviewed-by: Rong Chang <rongchang@chromium.org>
Diffstat (limited to 'board/elm')
-rw-r--r--board/elm/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/elm/board.h b/board/elm/board.h
index 7df3c18c57..4886d010ac 100644
--- a/board/elm/board.h
+++ b/board/elm/board.h
@@ -114,7 +114,6 @@
/* Optional features */
#define CONFIG_CMD_CHARGER_ADC_AMON_BMON
-#define CONFIG_CMD_HOSTCMD
/* Mark host command structs as aligned */
#define CONFIG_HOSTCMD_ALIGNED
/* By default, set hcdebug to off */