summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagendra modadugu <ngm@google.com>2016-04-26 05:57:37 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-04-27 23:58:06 -0700
commit66473502c94b71b752e72907b062357f943d818c (patch)
tree82288755e69f763a5cf60114990d22cea0a1969c
parent8a2423c0548ee4f02a52e324a8984248670b233f (diff)
downloadchrome-ec-66473502c94b71b752e72907b062357f943d818c.tar.gz
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 <ngm@google.com> Reviewed-on: https://chromium-review.googlesource.com/340539 Commit-Ready: Nagendra Modadugu <ngm@google.com> Tested-by: Nagendra Modadugu <ngm@google.com> Reviewed-by: Bill Richardson <wfrichar@chromium.org>
-rw-r--r--board/cr50/board.h7
1 files 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. */