diff mbox series

[edk2] ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class

Message ID 20171208171051.21184-1-ard.biesheuvel@linaro.org
State New
Headers show
Series [edk2] ArmPlatformPkg/LcdPlatformNullLib: fix incorrect library class | expand

Commit Message

Ard Biesheuvel Dec. 8, 2017, 5:10 p.m. UTC
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 <ard.biesheuvel@linaro.org>

---
 ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Leif Lindholm Dec. 8, 2017, 7:11 p.m. UTC | #1
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 <ard.biesheuvel@linaro.org>


Ah, oops.
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>


> ---

>  ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf

> index 41c1d9638812..2cec9b970b5b 100644

> --- a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf

> +++ b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf

> @@ -18,7 +18,7 @@ [Defines]

>    FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784

>    MODULE_TYPE                    = BASE

>    VERSION_STRING                 = 1.0

> -  LIBRARY_CLASS                  = LcdPlatformNullLib

> +  LIBRARY_CLASS                  = LcdPlatformLib

>  

>  [Sources]

>    LcdPlatformNullLib.c

> -- 

> 2.11.0

> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel Dec. 8, 2017, 7:38 p.m. UTC | #2
On 8 December 2017 at 19:11, Leif Lindholm <leif.lindholm@linaro.org> 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 <ard.biesheuvel@linaro.org>

>

> Ah, oops.

> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

>


Thanks. Pushed as  a5be96819fb66b5ce7a5251b6680c71b2dd459c1
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
index 41c1d9638812..2cec9b970b5b 100644
--- a/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
+++ b/ArmPlatformPkg/Library/LcdPlatformNullLib/LcdPlatformNullLib.inf
@@ -18,7 +18,7 @@  [Defines]
   FILE_GUID                      = b78d02bb-d0b5-4389-bc7f-b39ee846c784
   MODULE_TYPE                    = BASE
   VERSION_STRING                 = 1.0
-  LIBRARY_CLASS                  = LcdPlatformNullLib
+  LIBRARY_CLASS                  = LcdPlatformLib
 
 [Sources]
   LcdPlatformNullLib.c