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 |
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
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 --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
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