X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2WrapperPkg%2FLibrary%2FPeiFspWrapperHobProcessLibSample%2FFspWrapperHobProcessLibSample.c;h=2ac7aa11e16403c7c51983bbfa6b412e8a086a15;hp=8765bba5fd9421fd5cfc4f3a96f27ad3f8b2c0b2;hb=cae524cdad09096246016f5da0bdea691010b259;hpb=cf1d454983fb4fd3b580a92bd242310467a5eaef diff --git a/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c b/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c index 8765bba5fd..2ac7aa11e1 100644 --- a/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c +++ b/IntelFsp2WrapperPkg/Library/PeiFspWrapperHobProcessLibSample/FspWrapperHobProcessLibSample.c @@ -1,7 +1,7 @@ /** @file Sample to provide FSP wrapper hob process related function. - Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -359,7 +359,7 @@ ProcessFspHobList ( // // Skip FSP binary creates PcdDataBaseHobGuid // - if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) { + if (!CompareGuid(&FspHob.Guid->Name, &gPcdDataBaseHobGuid)) { BuildGuidDataHob ( &FspHob.Guid->Name, GET_GUID_HOB_DATA(FspHob), @@ -387,4 +387,4 @@ PostFspsHobProcess ( ProcessFspHobList (FspHobList); return EFI_SUCCESS; -} \ No newline at end of file +}