summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTodd Broch <tbroch@chromium.org>2014-12-19 11:07:39 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-12-22 21:50:13 +0000
commit89559b0d67b1dccd951fff90f79729d541c3dd5d (patch)
treef7af06ed2741cea082b57b574fc27f3b31ac25e8 /include
parent29a57a037abb86f11d3390dc8de0a5acf93f442f (diff)
downloadchrome-ec-89559b0d67b1dccd951fff90f79729d541c3dd5d.tar.gz
pd: Remove pe dump command by default.
Marginally useful command being replaced by host command in later patch (ectool --name cros_pd pdgetmode). Hide behind config option CONFIG_CMD_USB_PD_PE. Signed-off-by: Todd Broch <tbroch@chromium.org> BRANCH=samus BUG=chrome-os-partner:34489 TEST=compiles, command is gone and gain >700 bytes of flash. Change-Id: I09deeb997744757a836438eb3217f9b432bdd11c Reviewed-on: https://chromium-review.googlesource.com/236957 Reviewed-by: Alec Berg <alecaberg@chromium.org> Commit-Queue: Todd Broch <tbroch@chromium.org> Tested-by: Todd Broch <tbroch@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 463d1b2d1c..5013901fee 100644
--- a/include/config.h
+++ b/include/config.h
@@ -336,6 +336,7 @@
#undef CONFIG_CMD_SPI_FLASH
#undef CONFIG_CMD_STACKOVERFLOW
#undef CONFIG_CMD_TASKREADY
+#undef CONFIG_CMD_USB_PD_PE
/*****************************************************************************/