From 467fe2836e0d37bda6c216c40ced6456313468f2 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Thu, 12 Nov 2015 17:27:06 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/312299 Reviewed-by: Bill Richardson Reviewed-by: Nagendra Modadugu --- board/cr50/board.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1