aboutsummaryrefslogtreecommitdiff
path: root/src/security
diff options
context:
space:
mode:
Diffstat (limited to 'src/security')
-rw-r--r--src/security/vboot/secdata_tpm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/security/vboot/secdata_tpm.c b/src/security/vboot/secdata_tpm.c
index b60a1bb315..c052989ebe 100644
--- a/src/security/vboot/secdata_tpm.c
+++ b/src/security/vboot/secdata_tpm.c
@@ -56,9 +56,6 @@
} \
} while (0)
-#define TPM_PCR_GBB_FLAGS_NAME "GBB flags"
-#define TPM_PCR_GBB_HWID_NAME "GBB HWID"
-
static uint32_t safe_write(uint32_t index, const void *data, uint32_t length);
static uint32_t read_space_firmware(struct vb2_context *ctx)