diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-04 19:57:45 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-04 19:57:45 +0000 |
commit | 8df3a682fef2f376111c06884416e73c7f1c6d71 (patch) | |
tree | db45c950587436dd126ad2e7c01c5ab4a7b677dd /OvmfPkg | |
parent | 755e4d118482c3a89f429086c255e77a5c5778f9 (diff) | |
download | edk2-platforms-8df3a682fef2f376111c06884416e73c7f1c6d71.tar.xz |
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
Diffstat (limited to 'OvmfPkg')
-rw-r--r-- | OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c index 7537e1feda..cce0dde4ec 100644 --- a/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c +++ b/OvmfPkg/Library/PlatformBdsLib/BdsPlatform.c @@ -110,6 +110,7 @@ Returns: --*/
{
DEBUG ((EFI_D_INFO, "PlatformBdsInit\n"));
+ BdsLibSaveMemoryTypeInformation ();
InstallDevicePathCallback ();
LoadVideoRom ();
}
|