From 9caff8d96134d5fe6dd463162bdbd2846c67ac83 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Mon, 11 Jul 2016 10:59:58 +0800 Subject: [PATCH] UefiCpuPkg SecCore: Update SecCore inf to refer to nasmb source Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao Reviewed-by: Jeff Fan --- UefiCpuPkg/SecCore/SecCore.inf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/UefiCpuPkg/SecCore/SecCore.inf b/UefiCpuPkg/SecCore/SecCore.inf index bf08a4cc49..4e598cbfff 100644 --- a/UefiCpuPkg/SecCore/SecCore.inf +++ b/UefiCpuPkg/SecCore/SecCore.inf @@ -7,7 +7,7 @@ # protected mode, setup flat memory model, enable temporary memory and # call into SecStartup(). # -# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2016, 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 @@ -39,9 +39,7 @@ FindPeiCore.c [Sources.IA32] - Ia32/ResetVec.asm16 | MSFT - Ia32/ResetVec.asm16 | INTEL - Ia32/ResetVec.nasmb | GCC + Ia32/ResetVec.nasmb [Packages] MdePkg/MdePkg.dec -- 2.39.2