mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmJunoDxe: remove bogus DmaLib dependency
This driver does not rely on DmaLib at all, so don't declare it as a dependency. 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
3946497ff5
commit
db6f08a0ea
|
@ -37,7 +37,6 @@
|
|||
ArmShellCmdRunAxfLib
|
||||
BaseMemoryLib
|
||||
DebugLib
|
||||
DmaLib
|
||||
DxeServicesTableLib
|
||||
IoLib
|
||||
NonDiscoverableDeviceRegistrationLib
|
||||
|
|
Loading…
Reference in New Issue