diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-24 20:41:01 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-08-29 17:55:02 +0100 |
commit | c1d799b915096b79b5c5d035b134ffbccc6d1469 (patch) | |
tree | d223c29584fc444f9b3c5e6d1edeb17bb9b305d1 /Omap35xxPkg | |
parent | b56397ba9f67b246fcb42b082f1465b1455f7550 (diff) | |
download | edk2-c1d799b915096b79b5c5d035b134ffbccc6d1469.tar.gz edk2-c1d799b915096b79b5c5d035b134ffbccc6d1469.tar.bz2 edk2-c1d799b915096b79b5c5d035b134ffbccc6d1469.zip |
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>
Diffstat (limited to 'Omap35xxPkg')
-rw-r--r-- | Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf | 1 | ||||
-rw-r--r-- | Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf | 1 | ||||
-rw-r--r-- | Omap35xxPkg/Omap35xxPkg.dsc | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf index 07810d9afd..5907745b14 100644 --- a/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf +++ b/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf @@ -44,3 +44,4 @@ [Pcd]
gOmap35xxTokenSpaceGuid.PcdOmap35xxDebugAgentTimer
gOmap35xxTokenSpaceGuid.PcdDebugAgentTimerFreqNanoSeconds
+ gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress
diff --git a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf index b569cfbdef..1f6275d746 100644 --- a/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf +++ b/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf @@ -33,7 +33,6 @@ DebugLib
UefiBootServicesTableLib
MemoryAllocationLib
- UncachedMemoryAllocationLib
IoLib
BaseMemoryLib
ArmLib
diff --git a/Omap35xxPkg/Omap35xxPkg.dsc b/Omap35xxPkg/Omap35xxPkg.dsc index fc94ca7ed1..941bc97060 100644 --- a/Omap35xxPkg/Omap35xxPkg.dsc +++ b/Omap35xxPkg/Omap35xxPkg.dsc @@ -72,8 +72,6 @@ UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
- UncachedMemoryAllocationLib|ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.inf
-
CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
|