summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2022-11-03 14:09:21 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-11-07 18:07:22 +0000
commit4823f8363d0d652a1f549118276f8616650c0aa5 (patch)
tree19ad3b27ad226038a553a8a336cbb97342f24592
parent52b9c34f7a054b8a0de9146b5ffb771480c8e611 (diff)
downloadchrome-ec-4823f8363d0d652a1f549118276f8616650c0aa5.tar.gz
apro: comment out AP_RO_HASH_TYPE_GSCVD
AP RO V2 is disabled in cr50. Comment out the GSCVD type since it's unused. Keep it in the code, so it won't get used in the future. BUG=none TEST=make buildall -j Change-Id: Ib850356d7d076555f5630e88785a32542686e208 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4004765 Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
-rw-r--r--common/ap_ro_integrity_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ap_ro_integrity_check.c b/common/ap_ro_integrity_check.c
index 725ab4f5cd..726a03b72a 100644
--- a/common/ap_ro_integrity_check.c
+++ b/common/ap_ro_integrity_check.c
@@ -58,8 +58,8 @@
/* Verification scheme V1. */
#define AP_RO_HASH_TYPE_FACTORY 0
-/* Verification scheme V2. */
-#define AP_RO_HASH_TYPE_GSCVD 1
+/* Verification scheme V2 - disabled in cr50 */
+/* #define AP_RO_HASH_TYPE_GSCVD 1 */
/* Use the factory gbb flags to generate the V1 hash */
#define AP_RO_HASH_TYPE_GBBD 2