diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2015-11-12 17:27:06 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2015-11-13 11:51:57 -0800 |
commit | 467fe2836e0d37bda6c216c40ced6456313468f2 (patch) | |
tree | 66ba9baf5f58244f4ef18b3c39acb356fb308e4b | |
parent | b59fa8ca68ca20c60c9fbe099209a5e38ee5b99e (diff) | |
download | chrome-ec-467fe2836e0d37bda6c216c40ced6456313468f2.tar.gz |
cr50: do not try verifying RW integrity
The bootloader now verifies the RW integrity, the EC facility needs to
be disabled.
BRANCH=none
BUG=none
TEST=the error message "RSA verify FAILED" is not prinetd at startup
any more
Change-Id: I80a0f9dfb844c80c5bd660eec7e37d9ea60b088c
Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/312299
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Reviewed-by: Nagendra Modadugu <ngm@google.com>
-rw-r--r-- | board/cr50/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cr50/board.h b/board/cr50/board.h index cf12b1d8b9..2ceca8301e 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -44,7 +44,6 @@ #define CONFIG_SYSTEM_UNLOCKED /* Not using software sync, so verify RW signature instead */ -#define CONFIG_RWSIG #define CONFIG_RSA #define CONFIG_SHA256 |