mirror of https://github.com/acidanthera/audk.git
Omap35xxPkg: remove bogus UncachedMemoryAllocationLib dependency
Remove a false dependency on UncachedMemoryAllocationLib, and fix the broken build while we're at it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
b56397ba9f
commit
c1d799b915
|
@ -44,3 +44,4 @@
|
||||||
[Pcd]
|
[Pcd]
|
||||||
gOmap35xxTokenSpaceGuid.PcdOmap35xxDebugAgentTimer
|
gOmap35xxTokenSpaceGuid.PcdOmap35xxDebugAgentTimer
|
||||||
gOmap35xxTokenSpaceGuid.PcdDebugAgentTimerFreqNanoSeconds
|
gOmap35xxTokenSpaceGuid.PcdDebugAgentTimerFreqNanoSeconds
|
||||||
|
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
DebugLib
|
DebugLib
|
||||||
UefiBootServicesTableLib
|
UefiBootServicesTableLib
|
||||||
MemoryAllocationLib
|
MemoryAllocationLib
|
||||||
UncachedMemoryAllocationLib
|
|
||||||
IoLib
|
IoLib
|
||||||
BaseMemoryLib
|
BaseMemoryLib
|
||||||
ArmLib
|
ArmLib
|
||||||
|
|
|
@ -72,8 +72,6 @@
|
||||||
|
|
||||||
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
|
||||||
|
|
||||||
UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
|
|
||||||
|
|
||||||
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue