diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-14 23:28:21 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-06-14 23:28:21 +0000 |
commit | ea3cfce6a5b3b32a7214ae469fa4cdd2f8d96546 (patch) | |
tree | 2de34ef74f71db52d43f8dbf062842d20cb320dc /Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c | |
parent | a4e9b4f6e3a06ab21c434787714ce5fa5755492b (diff) | |
download | edk2-platforms-ea3cfce6a5b3b32a7214ae469fa4cdd2f8d96546.tar.xz |
Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryTypeInformation
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10581 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c')
-rw-r--r-- | Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c index f91546a8cb..0055223d83 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c +++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c @@ -84,6 +84,7 @@ Returns: --*/
{
+ BdsLibSaveMemoryTypeInformation ();
SetupVariableInit ();
}
|