| Index: vboot_firmware/lib/firmware_image_fw.c
|
| diff --git a/vboot_firmware/lib/firmware_image_fw.c b/vboot_firmware/lib/firmware_image_fw.c
|
| index 75f4b09f30ea2e49686be420e97e0162dd34337d..827b36f35f1175ef994c9de9450ea1efa9868bb5 100644
|
| --- a/vboot_firmware/lib/firmware_image_fw.c
|
| +++ b/vboot_firmware/lib/firmware_image_fw.c
|
| @@ -273,7 +273,7 @@ int VerifyFirmwareDriver_f(uint8_t* root_key_blob,
|
| uint16_t version, key_version; /* Temporary variables */
|
|
|
| /* Initialize the TPM since we'll be reading the rollback indices. */
|
| - SetupTPM();
|
| + SetupTPM(0, 0);
|
|
|
| /* We get the key versions by reading directly from the image blobs without
|
| * any additional (expensive) sanity checking on the blob since it's faster to
|
|
|