X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFsp2Pkg%2FFspSecCore%2FSecFsp.c;fp=IntelFsp2Pkg%2FFspSecCore%2FSecFsp.c;h=6497c88ebe695dec8221fb734380baecfc03ec2b;hp=446d1730e958ce09feab37641d264e1107e37a1f;hb=efa12a3f029bd6ff4d2ada406c285f001b252907;hpb=7a0df266e5c58bac91dc21089b5b71ceb0dfa48f diff --git a/IntelFsp2Pkg/FspSecCore/SecFsp.c b/IntelFsp2Pkg/FspSecCore/SecFsp.c index 446d1730e9..6497c88ebe 100644 --- a/IntelFsp2Pkg/FspSecCore/SecFsp.c +++ b/IntelFsp2Pkg/FspSecCore/SecFsp.c @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -169,7 +169,7 @@ FspGlobalDataInit ( SerialPortInitialize (); // - // Ensure the global data pointer is valid + // Ensure the golbal data pointer is valid // ASSERT (GetFspGlobalDataPointer () == PeiFspData);