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 <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/312867
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
Vadim Bendebury
2015-11-17 17:49:17 -08:00
committed by chrome-bot
parent 68502864c7
commit 04e0b4cc47

View File

@@ -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 */