diff mbox series

[edk2,edk2-platforms,1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution

Message ID 20170829164223.7887-1-ard.biesheuvel@linaro.org
State New
Headers show
Series [edk2,edk2-platforms,1/2] Platform/Hikey: remove UncachedMemoryAllocationLib resolution | expand

Commit Message

Ard Biesheuvel Aug. 29, 2017, 4:42 p.m. UTC
We no longer need a resolution for UncachedMemoryAllocationLib so
remove it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 Platform/Hisilicon/HiKey/HiKey.dsc | 2 --
 1 file changed, 2 deletions(-)

-- 
2.11.0

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

Comments

Leif Lindholm Aug. 29, 2017, 7:47 p.m. UTC | #1
On Tue, Aug 29, 2017 at 05:42:22PM +0100, Ard Biesheuvel wrote:
> We no longer need a resolution for UncachedMemoryAllocationLib so

> remove it.

> 

> Contributed-under: TianoCore Contribution Agreement 1.1

> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>


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



> ---

>  Platform/Hisilicon/HiKey/HiKey.dsc | 2 --

>  1 file changed, 2 deletions(-)

> 

> diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc

> index 1bc8ae4ce8f7..9accf781c25f 100644

> --- a/Platform/Hisilicon/HiKey/HiKey.dsc

> +++ b/Platform/Hisilicon/HiKey/HiKey.dsc

> @@ -110,8 +110,6 @@

>    UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf

>    DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf

>  

> -  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf

> -

>    # Network Libraries

>    UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf

>    NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf

> -- 

> 2.11.0

> 

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Ard Biesheuvel Aug. 29, 2017, 7:56 p.m. UTC | #2
On 29 August 2017 at 20:47, Leif Lindholm <leif.lindholm@linaro.org> wrote:
> On Tue, Aug 29, 2017 at 05:42:22PM +0100, Ard Biesheuvel wrote:

>> We no longer need a resolution for UncachedMemoryAllocationLib so

>> remove it.

>>

>> Contributed-under: TianoCore Contribution Agreement 1.1

>> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

>

> For the series:

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

>


Thanks

Pushed as
c47894eead7a Platform/Hikey: remove UncachedMemoryAllocationLib resolution
60e49d905591 Platform/ARM: remove UncachedMemoryAllocationLib resolution
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/Platform/Hisilicon/HiKey/HiKey.dsc b/Platform/Hisilicon/HiKey/HiKey.dsc
index 1bc8ae4ce8f7..9accf781c25f 100644
--- a/Platform/Hisilicon/HiKey/HiKey.dsc
+++ b/Platform/Hisilicon/HiKey/HiKey.dsc
@@ -110,8 +110,6 @@ 
   UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
   DmaLib|ArmPkg/Library/ArmDmaLib/ArmDmaLib.inf
 
-  UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
-
   # Network Libraries
   UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
   NetLib|MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf