From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 0575022361E42 for ; Thu, 8 Feb 2018 11:13:45 -0800 (PST) Received: by mail-wm0-x241.google.com with SMTP id r78so12064673wme.0 for ; Thu, 08 Feb 2018 11:19:30 -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; bh=8FJyIpiplDpQbIgNYUY1O9/XpxtGA04fEZyZdPOOsmA=; b=HGQQ000g/v1ul/w+XUXldepDdB9k8jfpP/cOcNDKnTNft/wkphEzR1maVzjIXOyV+w 7urOHVbcP6eaveZwDuWS/waKHQXYS3HIyeTdpPVHqacxlE5wSd+y9L4t+Pr/fkUal5C+ 1+1H7AreYpiqcygni2CkpWyml/syu3gyGJH/c= 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; bh=8FJyIpiplDpQbIgNYUY1O9/XpxtGA04fEZyZdPOOsmA=; b=NjZeldKjZlug/1M4CshPWK9za4HyjA1xE8byzVahQkfrjg3eV4vwTVfppwxVhg813K aNwnjntV1IEkLcdZG8ut9xvhbbe5GWJBmAnpg7TaOoKZFJXfzgAm88BPfuLnhv8Ur7c6 uGbVailapfEZZaeN7wrPmbw0gq+KyLAQLAcx6o8/mXilCZ4ETD1UY+jMNmvPaubL7Itu DlyD60J6lzGqSbFes6W5c64OeJt2L/QndMqhVfKYyeVXAqqOEkN0Teg0Ma2/8mzG4P1H C0hRdtSe5L1A0l4u3gqFwSAZCIJodxIsJiBEd4+svpFMA9I37jJepAa1cCHwtNeiGdUu 9J0g== X-Gm-Message-State: APf1xPDRam9QsdarVkS99A/eddUy9BqOUIWnoxWZ75uEekCS7BTcJyAQ PP0ZPab7uNKfHJt/7OF8/YedYTmznH8= X-Google-Smtp-Source: AH8x226JpEjmKYj5OcvH292V/DnJekKUgqjOUJKYZXz4DSGzKCWWceVWLjbwGWQk6yTyNnkGqNmhvw== X-Received: by 10.28.203.142 with SMTP id b136mr72963wmg.127.1518117568756; Thu, 08 Feb 2018 11:19:28 -0800 (PST) Received: from vanye.hemma.eciton.net (cpc92316-cmbg19-2-0-cust118.5-4.cable.virginm.net. [82.12.0.119]) by smtp.gmail.com with ESMTPSA id 81sm667323wmi.26.2018.02.08.11.19.26 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2018 11:19:27 -0800 (PST) From: Leif Lindholm To: edk2-devel@lists.01.org Cc: ard.biesheuvel@linaro.org Date: Thu, 8 Feb 2018 19:19:24 +0000 Message-Id: <20180208191925.24269-1-leif.lindholm@linaro.org> X-Mailer: git-send-email 2.11.0 Subject: [PATCH 1/2] BeagleBoardPkg: drop unused PcdCacheEnabled dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 19:13:46 -0000 Commit f72df138 got rid of the use of PcdCacheEnabled, but failed to actually drop it as a dependency for BeagleBoardLib. Get rid of it, so the module will still build when the Pcd is _really_ removed. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Leif Lindholm --- BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf | 3 --- 1 file changed, 3 deletions(-) diff --git a/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf b/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf index e004d6f10b..3b62f3cbf7 100644 --- a/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf +++ b/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf @@ -44,9 +44,6 @@ [Sources.common] BeagleBoardHelper.S | GCC BeagleBoardHelper.asm | RVCT -[FeaturePcd] - gEmbeddedTokenSpaceGuid.PcdCacheEnable - [FixedPcd] gArmTokenSpaceGuid.PcdFdBaseAddress gArmTokenSpaceGuid.PcdFdSize -- 2.11.0