From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::22a; helo=mail-it0-x22a.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::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 93AA02217CE54 for ; Fri, 8 Dec 2017 11:34:08 -0800 (PST) Received: by mail-it0-x22a.google.com with SMTP id f143so7029040itb.0 for ; Fri, 08 Dec 2017 11:38:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=0YjUixZhOb3xXlTHSyS2hVQKIe3cEHH+HmrrzFQ3iRY=; b=SdxdcYD7X8ywz8xmc81oYgwgYgG6bXQhZRUXZw40uNcZ032jHUG3uzLkV0Dp5Romau 72ExaJvKfzrYJZUkZrDCtIIg/sxtJYGLuqrQWSctwzVaFMk/KsT0fhqNvdLqeao2F2ef OlBSL9kP2oghl2y2S7wiAPwC02/mNSA3Dc/4c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=0YjUixZhOb3xXlTHSyS2hVQKIe3cEHH+HmrrzFQ3iRY=; b=hM7lueZmR992lteZXNR7wBXpLEcRTcGGNuPinsEDemikyFuKi27JACPURPcCFQQZiy CYJMDqTF8YRP1ROJxKH9pqXx5aCIvT5tu2VzJwal0OKnZEXn/5+Hi83Xljlmk53hgpZ5 k5xqx0dx/v0V2LePQE0kwKw75jJiYbPAJcpqFR1FD//LpnUVGhOZemPKLOXiiPyLfuUY CqQEN5TsnAYawYZy3Z7MQr9fyKfeR6zHQXPNsJ2ISdAgyE3l20Tzodg2ayi8dzt9tfQ2 qxjF61ksTsJfJIy4qGIqqLLwvjauc4rshBPJebFIOZ/6zmuT1GBWauQtkboDgVdI+MX4 f0Fw== X-Gm-Message-State: AKGB3mLl2xjNzTQp05HmCUJ94tkfTk+fKeNIQ5l1bQx9d1JSBVBWwWDE l5hh1Ql93ptfiThL1tEk6jdQg0eYnBniPD2NB3UCuRCvSkA= X-Google-Smtp-Source: AGs4zMaUyeslM3RmBSWGUYsVfpx/CCdOM6Iv3JiHaYzRiYjAdDYnYMBPI7WwzD7R+qE22qMFsCHq4xo/P7mJGA77L7Y= X-Received: by 10.36.219.214 with SMTP id c205mr6879921itg.65.1512761922294; Fri, 08 Dec 2017 11:38:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.104.16 with HTTP; Fri, 8 Dec 2017 11:38:41 -0800 (PST) In-Reply-To: <20171208191131.c4b2igyih3t73lkv@bivouac.eciton.net> References: <20171208171051.21184-1-ard.biesheuvel@linaro.org> <20171208191131.c4b2igyih3t73lkv@bivouac.eciton.net> From: Ard Biesheuvel Date: Fri, 8 Dec 2017 19:38:41 +0000 Message-ID: To: Leif Lindholm Cc: "edk2-devel@lists.01.org" Subject: Re: [PATCH] ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class 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, 08 Dec 2017 19:34:08 -0000 Content-Type: text/plain; charset="UTF-8" On 8 December 2017 at 19:11, Leif Lindholm wrote: > On Fri, Dec 08, 2017 at 05:10:51PM +0000, Ard Biesheuvel wrote: >> Use LcdPlatformLib not LcdPlatformNullLib (which is the name of this >> instance) as LIBRARY_CLASS attribute. >> >> Contributed-under: TianoCore Contribution Agreement 1.1 >> Signed-off-by: Ard Biesheuvel > > Ah, oops. > Reviewed-by: Leif Lindholm > Thanks. Pushed as a5be96819fb66b5ce7a5251b6680c71b2dd459c1