From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x232.google.com (mail-wr0-x232.google.com [IPv6:2a00:1450:400c:c0c::232]) (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 934F420080926 for ; Wed, 5 Apr 2017 06:58:21 -0700 (PDT) Received: by mail-wr0-x232.google.com with SMTP id w11so14978968wrc.3 for ; Wed, 05 Apr 2017 06:58:21 -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=EsFR66HOdFbrm5OzjHcDYsQFJOU/so6RG++IgEAk2pg=; b=NeQ0ukhbxgXnC2PDPu50P8Ulvgeld5BxK5uPqN7rv00wV6V32LdvzZIPnk8V6cTIy2 pyk9o3xF62j1+F6F0CrCGzvPt/UHFAy4wybmj8+87i4QyFdfuorRi4+tlyv1fEoYaFeC 4L3TdZfYqDhMbUvSY6PhAiElbZVgsPjbJ43/o= 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=EsFR66HOdFbrm5OzjHcDYsQFJOU/so6RG++IgEAk2pg=; b=YcsnuArQ8UhwSS+TEc904c5FuDCV33bySbSIi0w05WVf791frsJqaJnXxrTr1Vj7fS MMNe22xAf59rYMFJvBKAqqwPUgGeYMWBXIcowqpWtvH2uDI0lI/JWm4mF3jrIbAZE+yf vMbIrldL3h53RAptkWBsy5TbbK1SmZRa1OgKasYqypAf6rMD9idXnfUTZku7xskTfNYD aKYM4nZwn0DXr7MnnzlZvyumKpHf6Cspfss0CaU2c6Arzsuub0n7DEyw8IJ3qwQMzwTt eNHrCSRm2B13HBmAr8fxI1YUPxPiVdLVPuclAq623Uk0XSFme6L5XoZ9zhnCmd/w0roQ 84MA== X-Gm-Message-State: AFeK/H0KVmZDsgMH3xktxYThloFG4ZhsQwUgA3OvgRaoSFSbtaUxDwu1DAMM1GJXIyzqyekj X-Received: by 10.223.172.133 with SMTP id o5mr21634025wrc.23.1491400699254; Wed, 05 Apr 2017 06:58:19 -0700 (PDT) Received: from localhost.localdomain ([160.163.145.113]) by smtp.gmail.com with ESMTPSA id 127sm22522793wmt.20.2017.04.05.06.58.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Apr 2017 06:58:18 -0700 (PDT) From: Ard Biesheuvel To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, ryan.harkin@linaro.org, Ard Biesheuvel Date: Wed, 5 Apr 2017 14:58:03 +0100 Message-Id: <20170405135807.28425-3-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170405135807.28425-1-ard.biesheuvel@linaro.org> References: <20170405135807.28425-1-ard.biesheuvel@linaro.org> Subject: [PATCH v4 resend v4 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:58:22 -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 Tested-by: Ryan Harkin Reviewed-by: Leif Lindholm --- 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