From 72229ea52dc2699d9efcf11c5c69255ea15ba302 Mon Sep 17 00:00:00 2001 From: Ting Shen Date: Thu, 13 Jan 2022 17:24:50 +0800 Subject: 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 Change-Id: I8d992a6f2b1ac32227bd7cf051d7a63b848cd1e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3386136 Reviewed-by: Tzung-Bi Shih Reviewed-by: Eric Yilun Lin Commit-Queue: Ting Shen Tested-by: Ting Shen Auto-Submit: Ting Shen --- board/cherry/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board') 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 -- cgit v1.2.1