summaryrefslogtreecommitdiff
path: root/board/puff/board.h
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2019-12-19 11:44:20 +1100
committerCommit Bot <commit-bot@chromium.org>2019-12-19 18:56:48 +0000
commit76ee65cbdd90b4787d9593ae1cd16c7562096fd5 (patch)
tree9f75c7ef8ad73163ce5e698a6e1d732c984fd970 /board/puff/board.h
parentc847402b6bda2e9c8fd28738a1ee849e53659636 (diff)
downloadchrome-ec-76ee65cbdd90b4787d9593ae1cd16c7562096fd5.tar.gz
puff: Default host command debug turned off.
Set the default debug state for host command debug messages to off since they can get noisy. BRANCH=none BUG=b:143035166 TEST=Ran on puff Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: Ia9491b727a81d970c2006b94e5be33cda306bce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1975091 Reviewed-by: Peter Marheine <pmarheine@chromium.org> Tested-by: Andrew McRae <amcrae@chromium.org> Commit-Queue: Andrew McRae <amcrae@chromium.org>
Diffstat (limited to 'board/puff/board.h')
-rw-r--r--board/puff/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index b71c57cf1f..6ad0ef4162 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -62,6 +62,10 @@
#undef CONFIG_CMD_PWR_AVG
#define CONFIG_CMD_PPC_DUMP
+/* Don't generate host command debug by default */
+#undef CONFIG_HOSTCMD_DEBUG_MODE
+#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
+
/* Chipset config */
#define CONFIG_CHIPSET_COMETLAKE_DISCRETE
/* check */