diff options
author | jyao1 <jyao1> | 2014-08-04 06:34:41 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-04 06:34:41 +0000 |
commit | a0e0fb6d9fa37f430c483c04e6333e3c32308a56 (patch) | |
tree | 8fc6ea28d5eaaff48c91b515ca9be225efae9523 /IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample | |
parent | 4e07e87fe4c12718101b592bf8c88a9447fc0965 (diff) | |
download | edk2-platforms-a0e0fb6d9fa37f430c483c04e6333e3c32308a56.tar.xz |
Clean up code.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed off by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15743 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample')
-rw-r--r-- | IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c index f293dc8be8..b370a4ad56 100644 --- a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c +++ b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c @@ -244,6 +244,8 @@ FspHobProcess ( LowMemorySize
);
+ S3PeiMemBase = 0;
+ S3PeiMemSize = 0;
Status = GetS3MemoryInfo (&S3PeiMemBase, &S3PeiMemSize);
ASSERT_EFI_ERROR (Status);
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
|