sd-boot: remove Stall() call (#11029)

This is left-over from debugging.
This commit is contained in:
Harald Hoyer 2018-12-03 10:27:26 +01:00 committed by Lennart Poettering
parent 7b3b982217
commit 4a3b569445

View file

@ -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);
}