From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::342; helo=mail-wm1-x342.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D19472119621D for ; Wed, 28 Nov 2018 06:34:23 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id q26so2788003wmf.5 for ; Wed, 28 Nov 2018 06:34:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=YH7bVCfMD5koTByUpYo/XRh7PETOcqqP/Xbau7IJQLI=; b=BtfJZGi6ja/p1rRFyfXQi+4E3NX5j1CvLiN/XJjQV4TV1wJEwbKGgeB3i1c8Wv+knq cnHUUzhDcr60rDT+tnrIIn7gzwknmYNEBIRZ33i7lMLMldQKkgmCBuyY7MuAeAuXOp2a OUnGDZbd97FxHA8F6GfurORvAPeDy+UyVsqBU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=YH7bVCfMD5koTByUpYo/XRh7PETOcqqP/Xbau7IJQLI=; b=bSu6v+vXqu47d0PM4/g2O9DIuDjVw//S0NuIso6FI1E+4bJKIPIxM5QXmwXRXW7WGE 20pjwZQ7IPFNdtxD8e9RibjG7pEudILmc9haM3YkBbH7+o7dZuOfFSACqrx0n99rXdsr DU+ZBQx5uGtQP/AzpJUzUCWQt82ddXBRN//ac4g44+6UbdEVaMo+B6oGOYya1T0IDRFD z/MH6DgTLZuwCILvyHALQ6VkG7g2MxjfSukrzc3b+wUYmVvoqViKR45KTI1WzWE8XO+p lgZ0np3d38zBTrgCt+4zlu08VBTLytREjj8bYo46FXOgDMje+G4+NlieUy2mFfpsppxP wmbw== X-Gm-Message-State: AA+aEWYMEgTTvA/KSM0gXsz8W95udvvRjuH2e3ASQfSYSm/UsjPmhUE1 jRMdGQozV2qLrVTOebKLvCeMSJy5G3s= X-Google-Smtp-Source: AFSGD/VcT7Sdk2hQEliTiTx1rU3/6EYM8yI84CvhelW4mVW6KkMND2nEUDuGXuc3NjEqokR1nflrMQ== X-Received: by 2002:a1c:1301:: with SMTP id 1-v6mr2997979wmt.4.1543415662100; Wed, 28 Nov 2018 06:34:22 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:296f:238b:c20d:3626]) by smtp.gmail.com with ESMTPSA id 6sm3391891wmk.26.2018.11.28.06.34.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Nov 2018 06:34:21 -0800 (PST) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: Ard Biesheuvel , Laszlo Ersek , Leif Lindholm , Eric Auger , Andrew Jones , Philippe Mathieu-Daude , Julien Grall Date: Wed, 28 Nov 2018 15:33:55 +0100 Message-Id: <20181128143357.991-15-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181128143357.991-1-ard.biesheuvel@linaro.org> References: <20181128143357.991-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v3 14/16] EmbeddedPkg/PrePiLib: drop unused PCD reference X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2018 14:34:24 -0000 Content-Transfer-Encoding: 8bit Drop the reference to gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize which is never used. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel --- EmbeddedPkg/Library/PrePiLib/PrePiLib.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index de68405098c0..3dba884b1f31 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -69,7 +69,6 @@ [Protocols] [FixedPcd.common] - gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory -- 2.19.1