summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2016-08-30 09:17:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-09-02 21:17:21 -0700
commit1e23739997bdf85d3767d072377d6e607e3c96d5 (patch)
tree9bdb4dfdea3559b1ed8d62f00dadb522ac74c9ec /include
parentedb727f8a39bda863b0649776b2fdc3f462ec65e (diff)
downloadchrome-ec-1e23739997bdf85d3767d072377d6e607e3c96d5.tar.gz
config: Make memory command optional
To save space of working image, make the console memory commands optional. BRANCH=veyron BUG=b:27849483 TEST=Compile, save 320 bytes. Change-Id: Ia538b30b4c06955c44b29eb22ed1a09fad83bd9e Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/379115 Reviewed-by: Randall Spangler <rspangler@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 5ecfe2400b..f381f264bf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -592,6 +592,7 @@
#undef CONFIG_CMD_LID_ANGLE
#undef CONFIG_CMD_MCDP
#define CONFIG_CMD_MD
+#define CONFIG_CMD_MEM
#define CONFIG_CMD_PD
#undef CONFIG_CMD_PD_CONTROL
#undef CONFIG_CMD_PD_DEV_DUMP_INFO