From 67a7e06c386970bdc9e6b5733a44d4844fb514e8 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 30 Nov 2025 20:37:00 +0000 Subject: [PATCH] drivers/tpm: Remove duplicated op Change-Id: I426b6c488fea57783168a68eb05d61e3821f6224 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/90285 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/drivers/tpm/ppi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/tpm/ppi.c b/src/drivers/tpm/ppi.c index 0ddbfe5534..7419b2842a 100644 --- a/src/drivers/tpm/ppi.c +++ b/src/drivers/tpm/ppi.c @@ -580,7 +580,6 @@ void tpm_ppi_acpi_fill_ssdt(const struct device *dev) ppib->ppin = 1; // Not used by ACPI. Read by EDK-2, must be 1. ppib->ppip = 0; ppib->fret = 0; - ppib->next_step = 0; bool found = false; /* Fill in defaults, the TPM command executor may overwrite this list */