summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-01-13 17:24:50 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-17 05:53:40 +0000
commit72229ea52dc2699d9efcf11c5c69255ea15ba302 (patch)
tree6b95243bf7d06614ed54deb82f42e1ac36073da5
parentfbd1df9fd7be98200de13388d7ac752a73df6284 (diff)
downloadchrome-ec-72229ea52dc2699d9efcf11c5c69255ea15ba302.tar.gz
tomato: set pd log level to 1
log level = 0 can't pass FAFT, so we have to revert CL:3310298 BUG=b:214119711 TEST=none BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I8d992a6f2b1ac32227bd7cf051d7a63b848cd1e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3386136 Reviewed-by: Tzung-Bi Shih <tzungbi@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--board/cherry/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cherry/board.h b/board/cherry/board.h
index 1c52eac8ba..6fb155ed00 100644
--- a/board/cherry/board.h
+++ b/board/cherry/board.h
@@ -30,7 +30,7 @@
#define CONFIG_LED_ONOFF_STATES_BAT_LOW 10
/* PD / USB-C / PPC */
-#define CONFIG_USB_PD_DEBUG_LEVEL 0
+#undef CONFIG_USB_PD_DEBUG_LEVEL /* default to 1, configurable in ec console */
/* Optional console commands */
#define CONFIG_CMD_FLASH