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 8CA6E21195BDB for ; Mon, 26 Nov 2018 14:38:41 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id c126so20171914wmh.0 for ; Mon, 26 Nov 2018 14:38:41 -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=c2+tMnfUBeUJ/MLOYCHm5Je6v9RrtWHOVNQKwHlAHF/yzZZWwjudgFeh2RZiilNv26 dJ6eUi6Yn0oeNEpMfWjdoGvV9/6qeIcaAYcYrF/1w57E/t5cX9TN8+P7HEb07/hzfBaO 95t4qk6OJBWpJNOKXImmiiypXAax8GNFbO7LE= 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=C3eGrApaHAAQeKPIzINaz9YAfruchcEtAuV0ZMnLu5nxrhXoKZ1SJkUpFGfUOak1T/ iGhBLRb9u6SvxyR2uw8cCj1NERJYdtO2g8XXFagyLh351Mp8IQGbWcly/l66OvwjqjBI qKb6hqTut8bIT6YbgKGUKpn/mGLzITLC4t5FQPevUA+LqIFv0oIj4AQdGbanD4JCenFq 1AF4D4xbOGEWNrUA3IQYArTZ0mxsaaVuCXzB8Y5RCFlmKyyQ/SQxuKPyFxoWBgr5L9oe 5qtgVitVbI7t8SOEznjMwxZ94TDERRNRx+1OYJUCrEveV4CSfBf3MPHNL/J8KzI9n6ut PQvA== X-Gm-Message-State: AA+aEWZC7fAVfKL4hOM6AD3lGxjhiNn5HUOkwFLzypbwBOcsx1NGGxY7 tflJVT/gVxSZ+MauiiANt7jfVULW8n8= X-Google-Smtp-Source: AFSGD/Vqhm/yelgqTBLqN8nSCg5ZNW/J5Jc5JcHC+MwpoiIkSyNEkMkEnVYHvtitV91SOmp6fhLeRg== X-Received: by 2002:a1c:9081:: with SMTP id s123mr25707250wmd.126.1543271919852; Mon, 26 Nov 2018 14:38:39 -0800 (PST) Received: from harold.home ([2a01:cb1d:112:6f00:8571:4c23:4f5c:5eb7]) by smtp.gmail.com with ESMTPSA id v5sm2641916wrn.71.2018.11.26.14.38.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Nov 2018 14:38:39 -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: Mon, 26 Nov 2018 23:37:58 +0100 Message-Id: <20181126223801.17121-11-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181126223801.17121-1-ard.biesheuvel@linaro.org> References: <20181126223801.17121-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 Subject: [PATCH v2 10/13] 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: Mon, 26 Nov 2018 22:38:42 -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