Rename Protocol->Register() to Protocol->Install()
This commit is contained in:
@@ -251,5 +251,5 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
XtFramebufferProtocol.PrintDisplayInformation = FbPrintDisplayInformation;
|
||||
|
||||
/* Register XTOS boot protocol */
|
||||
return XtLdrProtocol->Protocol.Register(&Guid, &XtFramebufferProtocol);
|
||||
return XtLdrProtocol->Protocol.Install(&Guid, &XtFramebufferProtocol);
|
||||
}
|
||||
|
Reference in New Issue
Block a user