summaryrefslogtreecommitdiff
path: root/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c')
-rw-r--r--IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
index b370a4ad5..eac043598 100644
--- a/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
+++ b/IntelFspWrapperPkg/Library/PeiFspHobProcessLibSample/FspHobProcessLibSample.c
@@ -251,7 +251,7 @@ FspHobProcess (
DEBUG((DEBUG_INFO, "S3 memory %Xh - %Xh bytes\n", S3PeiMemBase, S3PeiMemSize));
//
- // Make sure Stack and PeiMemory are not overlap - JYAO1
+ // Make sure Stack and PeiMemory are not overlap
//
Status = PeiServicesInstallPeiMemory (
@@ -280,7 +280,7 @@ FspHobProcess (
if (Status == EFI_SUCCESS) {
//
- // Make sure Stack and CapsuleBuffer are not overlap - JYAO1
+ // Make sure Stack and CapsuleBuffer are not overlap
//
CapsuleBuffer = (VOID *)(UINTN)BASE_1MB;
CapsuleBufferLength = (UINTN)(LowMemorySize - PeiMemSize);
@@ -313,7 +313,7 @@ FspHobProcess (
);
//
- // Make sure Stack and CapsuleBuffer are not overlap - JYAO1
+ // Make sure Stack and CapsuleBuffer are not overlap
//
//