From 76ee65cbdd90b4787d9593ae1cd16c7562096fd5 Mon Sep 17 00:00:00 2001 From: Andrew McRae Date: Thu, 19 Dec 2019 11:44:20 +1100 Subject: 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 Change-Id: Ia9491b727a81d970c2006b94e5be33cda306bce3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1975091 Reviewed-by: Peter Marheine Tested-by: Andrew McRae Commit-Queue: Andrew McRae --- board/puff/board.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'board/puff/board.h') 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 */ -- cgit v1.2.1