diff options
author | Nehemiah Dureus <ndureus@google.com> | 2021-10-27 15:49:40 +0000 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-10-29 18:49:33 +0000 |
commit | 9c499b2ad9f29f71cbfde3c9c27e1e2ae1fc9f16 (patch) | |
tree | 3b88ac4651c371c4a07f48a6319100998a424f4e | |
parent | dc9db9545c29b267f76ca8b3c0518e1458cbab30 (diff) | |
download | chrome-ec-9c499b2ad9f29f71cbfde3c9c27e1e2ae1fc9f16.tar.gz |
servo_v4: Disable verbose output for EC command
Compiles the less detailed but more memory efficient
version of EC command `pd <port> srccaps`,
to save servo_v4 memory.
This is for a feature to make the EC power delivery
command more verbose: c/3248345.
BRANCH=None
BUG=b:194402616
TEST=Built all boards (make -j buildall)
Signed-off-by: Nehemiah Dureus <ndureus@google.com>
Cq-Depend: chromium:3248345
Change-Id: If3ddb94513d08e829a4bdfa16f49ded40d084afe
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3248341
Reviewed-by: Boris Mittelberg <bmbm@google.com>
-rw-r--r-- | board/servo_v4/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/servo_v4/board.h b/board/servo_v4/board.h index f932752ef4..7199a738a3 100644 --- a/board/servo_v4/board.h +++ b/board/servo_v4/board.h @@ -102,6 +102,7 @@ #undef CONFIG_CMD_WAITMS #undef CONFIG_CMD_USART_INFO #undef CONFIG_CMD_CHARGE_SUPPLIER_INFO +#define CONFIG_CMD_PD_SRCCAPS_REDUCED_SIZE /* Enable control of I2C over USB */ #define CONFIG_USB_I2C |