diff options
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index cce0dde4ec..b0d045df9b 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -110,7 +110,6 @@ Returns: --*/
{
DEBUG ((EFI_D_INFO, "PlatformBdsInit\n"));
- BdsLibSaveMemoryTypeInformation ();
InstallDevicePathCallback ();
LoadVideoRom ();
}
@@ -884,7 +883,7 @@ PlatformBdsRestoreNvVarsFromHardDisk ( VisitingFileSystemInstance,
NULL
);
-
+
}
|