summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommy Chung <tommy.chung@quanta.corp-partner.google.com>2022-01-21 09:50:55 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-21 14:02:21 +0000
commit0e1fb0846e0745f589f51d4ca0d559d6f2248f66 (patch)
tree77e3174905d467df12ada3ebed4a4b07e19eed2a
parent179081e0bbb2ee254facc82e3c706cc82870c470 (diff)
downloadchrome-ec-0e1fb0846e0745f589f51d4ca0d559d6f2248f66.tar.gz
dojo: set pd log level to 1
PD log level = 0 cannot pass FAFT, switch it to default 1. (CL:3386136) BUG=none BRANCH=cherry TEST=none Signed-off-by: Tommy Chung <tommy.chung@quanta.corp-partner.google.com> Change-Id: Iead211063cfe853d4faf16b6bd29cd72ba6ad760 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3403833 Reviewed-by: Devin Lu <Devin.Lu@quantatw.com> Reviewed-by: Ting Shen <phoenixshen@chromium.org> (cherry picked from commit e3f58ee21296a509e26355ca8e0dbad1231f4951) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3406466 Commit-Queue: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--board/dojo/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dojo/board.h b/board/dojo/board.h
index 8dfb377695..cc1c2ed0fc 100644
--- a/board/dojo/board.h
+++ b/board/dojo/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