Skip to content

Commit

Permalink
sd-boot: remove Stall() call (#11029)
Browse files Browse the repository at this point in the history
This is left-over from debugging.
  • Loading branch information
haraldh authored and poettering committed Dec 3, 2018
1 parent 7b3b982 commit 4a3b569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/boot/efi/measure.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UIN
else
log_fmt = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2;

uefi_call_wrapper(BS->Stall, 1, 2000 * 1000);
return tpm2_measure_to_pcr_and_event_log(tpm2, pcrindex, buffer, buffer_size, description, log_fmt);
}

Expand Down

0 comments on commit 4a3b569

Please sign in to comment.