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::344; helo=mail-wm1-x344.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) (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 C7D55211963FF for ; Thu, 29 Nov 2018 07:46:07 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id a18so2740221wmj.1 for ; Thu, 29 Nov 2018 07:46:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=rL5KtRfToQ3Xz8a9oy4k2KIk3Jud1pcyrGRAmVx3cbs=; b=j8pkpzU1zf0nCCPfwFODB/jBh4REZQf7MN7n6jZOtO0zl84ME/Uy4Z5E+fT4kkntey 2LTRVjdmP7l50VJ95kDDNYLjFzew8fRl5yiZQ98R+LnUBxQ53KNOeWDzVxKHETpQen8K JviotvGqMxmvBrv0kP8VTYpoVnUqipJIG2nN0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rL5KtRfToQ3Xz8a9oy4k2KIk3Jud1pcyrGRAmVx3cbs=; b=Co2/gU3EDGOZOlcxy9X7B0OGSuDXAU/WWfb0be5JUXbIsIBTBA4KXPOathvRHs4F1o Cl5PqF1/PYgr2IwE8h7wJvKHk/PContiVgpQylhuckhMOCSz89GQ6/ntPBSPGk1/lbD6 W2/+TDWzp4BqwuD6dsV8LCiEn4l38gMSS1fXabAylCvUDu6rBDra2MLqpbjv4FhuAt9h 0AoBYPMUyvs7yBJGUx0oIObUooN52OvVBwFehxhXlqYoxFVZW0cP5d6QBboUt7vOODth bla7yTJ9RWyXFx+ev4Ul7rokXmjowhNTpZ8rXFwR5FadrsSa5RehkLCsWEwjJQL4/FWZ qCpA== X-Gm-Message-State: AA+aEWbEZc+gEV7bnuC4VOjkVbsJ2GnC7s3AGDhk08tRGW+y/Hce+F6o tDyC18P7bw4sqssJV8g+uzu1frnLWvA= X-Google-Smtp-Source: AFSGD/XS4WJIj+Ppt98EaZ/zs9KH/dvX1iCq+jiTYhph5W6gLfvy3Z7Ec07JXA40D88ZQrFoGGl8CQ== X-Received: by 2002:a1c:e90f:: with SMTP id q15mr2374540wmc.76.1543506366354; Thu, 29 Nov 2018 07:46:06 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id e19sm4989364wrc.25.2018.11.29.07.46.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Nov 2018 07:46:05 -0800 (PST) Date: Thu, 29 Nov 2018 15:46:04 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, Laszlo Ersek , Eric Auger , Andrew Jones , Philippe Mathieu-Daude , Julien Grall Message-ID: <20181129154604.ah4adcxbsqhbjbhc@bivouac.eciton.net> References: <20181128143357.991-1-ard.biesheuvel@linaro.org> <20181128143357.991-15-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181128143357.991-15-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [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: Thu, 29 Nov 2018 15:46:08 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Nov 28, 2018 at 03:33:55PM +0100, Ard Biesheuvel wrote: > Drop the reference to gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize > which is never used. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > 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 >