sd-boot: remove Stall() call (#11029)
authorHarald Hoyer <harald@hoyer.xyz>
Mon, 3 Dec 2018 09:27:26 +0000 (10:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 3 Dec 2018 09:27:26 +0000 (10:27 +0100)
This is left-over from debugging.

src/boot/efi/measure.c

index b8c8070..9cb24f2 100644 (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);
         }