summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2015-04-09 09:31:23 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-04-10 22:08:31 +0000
commita90f4dd25ee323a1859fbe28716e7d855a1725ca (patch)
tree8a9400c0c044daff271c8e24d5f12d63b8dea2b2 /include
parente9883124ff1600db5788e44c332a403499fb5da6 (diff)
downloadchrome-ec-a90f4dd25ee323a1859fbe28716e7d855a1725ca.tar.gz
samus_pd: disable timerinfo command to save space
Disable the timerinfo command on samus_pd to save flash space BUG=none BRANCH=samus TEST=make -j buildall From .map file, 256 bytes saved Change-Id: I6731967741cb28268499126f1753916319a1dcb4 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/264939 Reviewed-by: Vincent Palatin <vpalatin@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 769160d1f0..e3215500a9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -379,6 +379,7 @@
#undef CONFIG_CMD_SPI_FLASH
#undef CONFIG_CMD_STACKOVERFLOW
#undef CONFIG_CMD_TASKREADY
+#define CONFIG_CMD_TIMERINFO
#define CONFIG_CMD_TYPEC
#undef CONFIG_CMD_USB_PD_PE