summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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