From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::22d]) (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 503B520080923 for ; Wed, 5 Apr 2017 06:20:03 -0700 (PDT) Received: by mail-wr0-x22d.google.com with SMTP id k6so14311307wre.2 for ; Wed, 05 Apr 2017 06:20:03 -0700 (PDT) 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=haUWTn7C4QDTSfNdecff3XMTWC1NAAoc0H2VyHZZ3+U=; b=NiwX+u+oIBWluwhZ66T0m1Z4ddQaoT5ObVTl0fwckvduaqBbv0KMJTSUBFqwvR4P54 QJVOKpbnR7jrZo1NJxpBjxUgstmdbBOJL9g91oqfyft50dGKquEsbb3pTm/x6nr0MEZ3 vwHInyLzAaLxfHhIhLWhHcSxulTxxlu4zcRp0= 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=haUWTn7C4QDTSfNdecff3XMTWC1NAAoc0H2VyHZZ3+U=; b=Y/2cQWV1dtXcB5rfYIwvPCM5ZdXp3uqgaNSeHDHKWq61/FQBrEOHHRmgoMiONDd0Kk GkooLWKtEcnSnS045UK8P13wawRjYlK1wVR9ubBHwWjB9UCXYaPJOGgLz8g/7IO7e6Fb Mkvo/cC6+oGmRgk3HRRdaGBdazjYasDI/j1/lhXQyifhCvCuM6N9uovG9IxVWT9yC99A olPvRdr4jzpnJAYVBNRJlYu18+g1XnbaU9ol4FUmoutKQXDzbR997YqszHAp4Gm2gYmO pgJmCX4Yf8RkLMENeHoNnCTDTYnV5UJzeo1qSQcRv65YX/MlTIKABpiMfhRDGec+JFWK 04qQ== X-Gm-Message-State: AFeK/H07XmoYDPtzsizfmef3fof8cSbffY3ahzV8DXMj58YBr7CReht1wpJdfq35+NTgWqml X-Received: by 10.223.176.11 with SMTP id f11mr7000772wra.158.1491398401892; Wed, 05 Apr 2017 06:20:01 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id r5sm7063094wra.50.2017.04.05.06.20.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 06:20:01 -0700 (PDT) Date: Wed, 5 Apr 2017 14:19:59 +0100 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org, ryan.harkin@linaro.org Message-ID: <20170405131958.GG25239@bivouac.eciton.net> References: <20170404123010.11722-1-ard.biesheuvel@linaro.org> <20170404123010.11722-3-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20170404123010.11722-3-ard.biesheuvel@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [PATCH v3 2/6] 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: Wed, 05 Apr 2017 13:20:03 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Apr 04, 2017 at 01:30:06PM +0100, Ard Biesheuvel wrote: > The ArmJunoDxe driver does not actually depend on the deprecated BdsLib > so remove the dependency declaration from the INF file. > Reviewed-by: Leif Lindholm > 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 a2617982b259..168070c6add4 100644 > --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf > +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf > @@ -38,7 +38,6 @@ [LibraryClasses] > ArmLib > ArmShellCmdRunAxfLib > BaseMemoryLib > - BdsLib > DebugLib > DmaLib > DxeServicesTableLib > -- > 2.9.3 >