drivers/tpm: Remove duplicated op

Change-Id: I426b6c488fea57783168a68eb05d61e3821f6224
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/90285
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Sean Rhodes 2025-11-30 20:37:00 +00:00 committed by Matt DeVillier
commit 67a7e06c38

View file

@ -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 */