summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/security/tpm/tspi/crtm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/security/tpm/tspi/crtm.c b/src/security/tpm/tspi/crtm.c
index 8cd0793779..2d0901dd9d 100644
--- a/src/security/tpm/tspi/crtm.c
+++ b/src/security/tpm/tspi/crtm.c
@@ -140,7 +140,6 @@ uint32_t tspi_cbfs_measurement(const char *name, uint32_t type, const struct vb2
int tspi_measure_cache_to_pcr(void)
{
int i;
- enum vb2_hash_algorithm hash_alg;
struct tcpa_table *tclt = tcpa_log_init();
/* This means the table is empty. */
@@ -151,11 +150,6 @@ int tspi_measure_cache_to_pcr(void)
printk(BIOS_WARNING, "TCPA: Log non-existent!\n");
return VB2_ERROR_UNKNOWN;
}
- if (CONFIG(TPM1)) {
- hash_alg = VB2_HASH_SHA1;
- } else { /* CONFIG_TPM2 */
- hash_alg = VB2_HASH_SHA256;
- }
printk(BIOS_DEBUG, "TPM: Write digests cached in TCPA log to PCR\n");
for (i = 0; i < tclt->num_entries; i++) {