summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-05-05 10:44:30 -0500
committerCommit Bot <commit-bot@chromium.org>2021-05-07 16:17:19 +0000
commit1908d6706c3cbdf06a3604d17785d72588825533 (patch)
tree92b3c6707239c4a158b4de6ea1128997bc80aa36 /include
parent386f987a2ab9703b0fdd3b1e56e595f3ef395727 (diff)
downloadchrome-ec-1908d6706c3cbdf06a3604d17785d72588825533.tar.gz
add CONFIG_CMD_SYSRST
Add CONFIG_CMD_SYSRST to control building the sysrst command. BUG=b:186663661 TEST=flash usage doesn't change with make -j BOARD=cr50 Change-Id: I4922b5b55d895bc2f4b43614fe2af210c5fbe134 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2875469 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org> Reviewed-by: Namyoon Woo <namyoon@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 7395dbf306..86f8346bbf 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1172,6 +1172,7 @@
#define CONFIG_CMD_SYSINFO
#define CONFIG_CMD_SYSJUMP
#define CONFIG_CMD_SYSLOCK
+#define CONFIG_CMD_SYSRST
#undef CONFIG_CMD_TASK_RESET
#undef CONFIG_CMD_TASKREADY
#define CONFIG_CMD_TEMP_SENSOR