Rename Protocol->Register() to Protocol->Install()
This commit is contained in:
@@ -56,5 +56,5 @@ XtLdrModuleMain(IN EFI_HANDLE ImageHandle,
|
||||
XtLdrProto->Boot.RegisterProtocol(L"XTOS", &DummyGuid);
|
||||
|
||||
/* Register DUMMY protocol as XTOS boot protocol */
|
||||
return XtLdrProto->Protocol.Register(&DummyGuid, &BlpDummyProtocol);
|
||||
return XtLdrProto->Protocol.Install(&DummyGuid, &BlpDummyProtocol);
|
||||
}
|
||||
|
Reference in New Issue
Block a user