Return STATUS_EFI_PROTOCOL_ERROR
Some checks failed
Builds / ExectOS (amd64) (push) Failing after 30s
Builds / ExectOS (i686) (push) Failing after 15s

This commit is contained in:
Rafal Kupiec 2024-01-02 18:36:06 +01:00
parent b5b7c1f86e
commit a0700280c4
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -47,7 +47,7 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
if(Status != STATUS_EFI_SUCCESS) if(Status != STATUS_EFI_SUCCESS)
{ {
/* Failed to open the protocol, return error */ /* Failed to open the protocol, return error */
return STATUS_EFI_LOAD_ERROR; return STATUS_EFI_PROTOCOL_ERROR;
} }
/* Set boot protocol routines */ /* Set boot protocol routines */