From 66473502c94b71b752e72907b062357f943d818c Mon Sep 17 00:00:00 2001 From: nagendra modadugu Date: Tue, 26 Apr 2016 05:57:37 -0700 Subject: CR50: remove unused config option CONFIG_RSA, some cleanup CR50 does not depend on the rsa implementation in common This change removes the corresponding config option. Also remove a duplicate CONFIG_SHA256 option, and add a comment regarding CONFIG_SPS_TEST. BRANCH=none BUG=chrome-os-partner:43025,chrome-os-partner:47524 TEST=compilation succeeds Change-Id: Ie01439899042c5fa981f884a01b83eb0b3eb6e32 Signed-off-by: nagendra modadugu Reviewed-on: https://chromium-review.googlesource.com/340539 Commit-Ready: Nagendra Modadugu Tested-by: Nagendra Modadugu Reviewed-by: Bill Richardson --- board/cr50/board.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/board/cr50/board.h b/board/cr50/board.h index d04c44a79e..126aaf2cea 100644 --- a/board/cr50/board.h +++ b/board/cr50/board.h @@ -57,10 +57,9 @@ */ #define CONFIG_SYSTEM_UNLOCKED -/* Not using software sync, so verify RW signature instead */ -#define CONFIG_RSA -#define CONFIG_SHA256 - +/* + * Enable the spstest console command & corresponding handler. + */ #define CONFIG_SPS_TEST /* Include crypto stuff, both software and hardware. */ -- cgit v1.2.1