From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (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 182B52008030A for ; Fri, 31 Mar 2017 07:15:01 -0700 (PDT) Received: by mail-lf0-x22a.google.com with SMTP id j90so45064061lfk.2 for ; Fri, 31 Mar 2017 07:15:01 -0700 (PDT) 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; bh=+qMKRWj0oZfGYN9LQzftIIT5Emb5kDkaPvnoP2pFuvU=; b=SohBoGwLhA1//o2HEZdFor4hO0EAUcF8J/JeKtPmkF25U+xFFXBnQCLZxH5Px81mA4 rE7l8eQXtkKMSO+tMn+2dvxt9zHY4aH7fC6cfIv/9rfCqgk7g6PrmHFutPBBb9y+feaU VAhfEuUzjJMuleN2OfyP8oZdGNu+3xtrEgl5I= 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; bh=+qMKRWj0oZfGYN9LQzftIIT5Emb5kDkaPvnoP2pFuvU=; b=NOhMr2JevoeqtLxQiW64MKoRuy2QySm8lcC2nITNrJm5Tckos8dt627fzvwbg+pFGF MvzGFnjW3ydfqksC4mH9pNf7Dt/Ne/fFACMgr9Pn9Hg6P+9m+Fd+ha+8ty7zp6t5uJDJ XfAX7B21mFQBKzRrQfmXnYVFqxd6EerWtRxK7Wa1s/MwFmUD4c5/RjkkM+WtueDJxpqE W+80W/rLS7qMuT5168O9jkj62iNjfmtpzy8icdOE/H5SnOCiynlPUvg30RrFjw7kQHLc Icxka2nmkOpFMgnOIC3o4A+ProOtzE6HELDp5fYNz/8n3Hn2x2d7us2GhUkKqrQBZTaI 76tA== X-Gm-Message-State: AFeK/H1Hnoc0Aa3Jzlzp69MbvYc5ds4TDmTUC3QDonrM2J38Uy9xhm6EoEAViJqSC9YxB55m X-Received: by 10.28.0.78 with SMTP id 75mr2946361wma.138.1490969699203; Fri, 31 Mar 2017 07:14:59 -0700 (PDT) Received: from localhost.localdomain ([160.171.180.74]) by smtp.gmail.com with ESMTPSA id b42sm6908720wra.36.2017.03.31.07.14.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 07:14:58 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org, leif.lindholm@linaro.org, ryan.harkin@linaro.org Cc: Ard Biesheuvel Date: Fri, 31 Mar 2017 15:14:32 +0100 Message-Id: <20170331141434.20810-8-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170331141434.20810-1-ard.biesheuvel@linaro.org> References: <20170331141434.20810-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 7/9] ArmPlatformPkg/ArmJunoDxe: remove BdsLib dependency X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2017 14:15:01 -0000 The ArmJunoDxe driver does not actually depend on the deprecated BdsLib so remove the dependency declaration from the INF file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 - 1 file changed, 1 deletion(-) diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf index dd643b6ab55a..6719d0adcc87 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf @@ -36,7 +36,6 @@ [LibraryClasses] ArmLib ArmShellCmdRunAxfLib BaseMemoryLib - BdsLib DebugLib DmaLib DxeServicesTableLib -- 2.9.3