mirror of https://github.com/acidanthera/audk.git
Update OVMF BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10627 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
755e4d1184
commit
8df3a682fe
|
@ -110,6 +110,7 @@ Returns:
|
|||
--*/
|
||||
{
|
||||
DEBUG ((EFI_D_INFO, "PlatformBdsInit\n"));
|
||||
BdsLibSaveMemoryTypeInformation ();
|
||||
InstallDevicePathCallback ();
|
||||
LoadVideoRom ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue