summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 20:16:12 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:54:06 +0000
commitd3459ea1985577233d31b950fdfc54601954cabf (patch)
tree5b1b977ee9757677891997c5fbffd920052a0dc8 /include
parent38c5d04ffb145ad5d38f8e9a832c1e4eff8376cc (diff)
downloadchrome-ec-d3459ea1985577233d31b950fdfc54601954cabf.tar.gz
Revert "rwsig: do not jump if reset source is hard pin reset"
This reverts commit ba105838f582793716d02eebee09a6f283ef73b3. BUG=b:200823466 TEST=make buildall -j Change-Id: Idc4a2eb4f9fc778ddb76504cd4e0fab296df41a8 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273465 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index 8dce0ae0a0..ad8e60cc69 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2881,12 +2881,6 @@
#undef CONFIG_RWSIG
/*
- * Disable rwsig jump when the reset source is hard pin-reset. This only work
- * for the case where rwsig task is not used.
- */
-#undef CONFIG_RWSIG_DONT_CHECK_ON_PIN_RESET
-
-/*
* When RWSIG verification is performed as a task, time to wait from signature
* verification to an automatic jump to RW (if AP does not request the wait to
* be interrupted).