From: Harald Hoyer Date: Mon, 3 Dec 2018 09:27:26 +0000 (+0100) Subject: sd-boot: remove Stall() call (#11029) X-Git-Tag: v240~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3b569445704c67ba266346957a8f730213943a;p=thirdparty%2Fsystemd.git sd-boot: remove Stall() call (#11029) This is left-over from debugging. --- diff --git a/src/boot/efi/measure.c b/src/boot/efi/measure.c index b8c8070341e..9cb24f2fec8 100644 --- a/src/boot/efi/measure.c +++ b/src/boot/efi/measure.c @@ -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); }