diff options
author | amber.chen <amber.chen@lcfc.corp-partner.google.com> | 2022-06-14 18:46:10 +0800 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-06-21 06:08:32 +0000 |
commit | 5fed947f164bcc0f94881d6343023edb7726ee6f (patch) | |
tree | b911f00b22fd097f330e85fe3e902a263e2017e0 /board/taeko | |
parent | 660a6deb8bf112747637fc34f9ce0a1ae15f80cc (diff) | |
download | chrome-ec-5fed947f164bcc0f94881d6343023edb7726ee6f.tar.gz |
taeko: remove CONFIG_CMD_POWERINDEBUG configuration
remove CONFIG_CMD_POWERINDEBUG configuration
BUG=b:235281906
BRANCH=main
TEST=make buildall -j48
Signed-off-by: amber.chen <amber.chen@lcfc.corp-partner.google.com>
Change-Id: Ie74e7beda4c7df42d814fe7a28f3d93bd7f41105
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3705457
Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'board/taeko')
-rw-r--r-- | board/taeko/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/taeko/board.h b/board/taeko/board.h index a6395ffc61..67cd95d648 100644 --- a/board/taeko/board.h +++ b/board/taeko/board.h @@ -111,6 +111,8 @@ /* The lower the input voltage, the higher the power efficiency. */ #define PD_PREFER_LOW_VOLTAGE +#undef CONFIG_CMD_POWERINDEBUG + /* * Macros for GPIO signals used in common code that don't match the * schematic names. Signal names in gpio.inc match the schematic and are |