From 04e0b4cc47f6d51dfe3d314c8bd65a1ee668275c Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 17 Nov 2015 17:49:17 -0800 Subject: [PATCH] cr50: suppress TPM debug output by default It is way to chatty because the host is often polls the device for extended periods of time. BRANCH=none BUG=chrome-os-partner:43025 TEST=booted the device, observed calmer console. Change-Id: Id318b57b274ed6c327a05dcd2bcb09ac2b89cb5c Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/312867 Reviewed-by: Bill Richardson --- board/cr50/board.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/cr50/board.h b/board/cr50/board.h index 2ceca8301e..320b6fe133 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -91,4 +91,6 @@ enum usb_strings { #undef CONFIG_UART_TX_BUF_SIZE #define CONFIG_UART_TX_BUF_SIZE 4096 +#define CC_DEFAULT (CC_ALL & ~CC_MASK(CC_TPM)) + #endif /* __CROS_EC_BOARD_H */