mirror of https://github.com/acidanthera/audk.git
Remove R2627 commit. Roll back R2626.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2628 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
07a171a42a
commit
1650d76a3f
|
@ -48,7 +48,6 @@ Returns:
|
|||
EFI_STATUS Status;
|
||||
EFI_HANDLE NewHandle;
|
||||
|
||||
EFI_DEADLOOP ();
|
||||
SystemTable->RuntimeServices->UpdateCapsule = UpdateCapsule;
|
||||
SystemTable->RuntimeServices->QueryCapsuleCapabilities = QueryCapsuleCapabilities;
|
||||
|
||||
|
|
|
@ -22,10 +22,6 @@
|
|||
<OutputFileBasename>CapsuleRuntime</OutputFileBasename>
|
||||
</ModuleDefinitions>
|
||||
<LibraryClassDefinitions>
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>BaseLib</Keyword>
|
||||
</LibraryClass>
|
||||
|
||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
||||
<Keyword>UefiDriverEntryPoint</Keyword>
|
||||
</LibraryClass>
|
||||
|
|
|
@ -156,7 +156,6 @@ Returns:
|
|||
{
|
||||
EFI_STATUS Status;
|
||||
|
||||
EFI_DEADLOOP ();
|
||||
Status = VariableCommonInitialize (ImageHandle, SystemTable);
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
|
|
Loading…
Reference in New Issue