From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x22e.google.com (mail-wr0-x22e.google.com [IPv6:2a00:1450:400c:c0c::22e]) (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 4C3982008030A for ; Fri, 31 Mar 2017 07:19:43 -0700 (PDT) Received: by mail-wr0-x22e.google.com with SMTP id w43so108008375wrb.0 for ; Fri, 31 Mar 2017 07:19:43 -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=JdiSDQIqX+WSNxZkl8QlQML2BZUwfPHBtqA8bJF7L9g=; b=XCLB5ZJ+fbMfFgdKRn0kAYLr2pY+eO8vBL9+bx+16Gdjo4lkWBnCmFOmWF3SnDuZjT 9L0fhpeigc4iFtuU6ZVQ0CkZvW11sXeG0Eu1CYmROJMc8g1ZNBavm7GdfQnREaRslQWj x9XhtkkarDha0cO9buvEE2gDbM0/60qV5CXws= 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=JdiSDQIqX+WSNxZkl8QlQML2BZUwfPHBtqA8bJF7L9g=; b=kHGQr2WJUlq2w+nWCeA/pjlzQw3OA6iENbbkbXupZO+4vtqCyZhqS+awC945DFQe91 6MltSr/Z1YfwDVzFqV2Rq3tZfhG6+5PVsB5r20P0+Qff0OLeWA4rDv121gBMxPlQwd3B tIm5Lw+pfM44v95X3Q5EmwZt2dF9VfZ5jNmSA+FW4cVmIOjooPa0hL+KRpD5S+VTqEIQ KC/6k8pZAnxoWdNzh73scs0cFuPpT4EGdpBZVqnJuqcj/5dmVNxf+9yBYTkRdCMk7qkX 4yo3SJ2lBo4cYFmYZOHjr8OW8DG5IGS8KPUMrFGjDXal0/DBQc53valMoPxg7oaV9EEs 6xZA== X-Gm-Message-State: AFeK/H1f+PoO9kZds4hpe4mmxHGx/UHsgCi7eRx3f9hrFC/S3bOQB9xPQ1HlwiM0qnfRQWWm X-Received: by 10.28.63.22 with SMTP id m22mr3592570wma.142.1490969981872; Fri, 31 Mar 2017 07:19:41 -0700 (PDT) Received: from localhost.localdomain ([160.171.180.74]) by smtp.gmail.com with ESMTPSA id w12sm6902962wra.21.2017.03.31.07.19.40 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Mar 2017 07:19:41 -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:19:27 +0100 Message-Id: <20170331141929.21121-2-ard.biesheuvel@linaro.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170331141929.21121-1-ard.biesheuvel@linaro.org> References: <20170331141547.20987-1-ard.biesheuvel@linaro.org> <20170331141929.21121-1-ard.biesheuvel@linaro.org> Subject: [PATCH v2 11/13] Platforms/Juno: 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:19:43 -0000 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- Platforms/ARM/Juno/ArmJuno.dsc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Platforms/ARM/Juno/ArmJuno.dsc b/Platforms/ARM/Juno/ArmJuno.dsc index b7b1fb8c8935..4ff2246822e6 100644 --- a/Platforms/ARM/Juno/ArmJuno.dsc +++ b/Platforms/ARM/Juno/ArmJuno.dsc @@ -318,10 +318,7 @@ # # Juno platform driver # - ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf { - - BdsLib|ArmPkg/Library/BdsLib/BdsLib.inf - } + ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf # # SMBIOS/DMI -- 2.9.3