summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2019-07-03 13:48:22 -0700
committerCommit Bot <commit-bot@chromium.org>2019-07-04 03:59:10 +0000
commit77481fed8b16bbb5fde8dd4ffcbfa9f632fd93ae (patch)
tree64f995cdf4c69938531a7543b98d56d4872d7cda /board
parentc2f4db3edb894355b5be364760c3e7a023b67b20 (diff)
downloadchrome-ec-77481fed8b16bbb5fde8dd4ffcbfa9f632fd93ae.tar.gz
kukui: add chargen to the set of CLI commands
This is needed to support CCD testing of UART to USB bridging. BRANCH=none BUG=b:38448364 TEST=ran 'make BOARD=kukui -j', verified that command is included in the symbol map. Change-Id: I675df026c16b5c0b07ed55c99aa5e8b333fd0fab Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1688136 Reviewed-by: Yilun Lin <yllin@chromium.org> Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/kukui/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/kukui/board.h b/board/kukui/board.h
index 5680e1b2ec..e6862f6c78 100644
--- a/board/kukui/board.h
+++ b/board/kukui/board.h
@@ -52,6 +52,7 @@
/* Required for FAFT */
#define CONFIG_CMD_BUTTON
+#define CONFIG_CMD_CHARGEN
/* By default, set hcdebug to off */
#undef CONFIG_HOSTCMD_DEBUG_MODE