diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-03-30 13:57:00 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2017-04-05 14:55:08 +0100 |
commit | 59476869f9b6e330c418cc93e8b1282f36543751 (patch) | |
tree | e4bdcbcd8486418001f495685d3a270120542311 | |
parent | 6677dfcd12bbb185d22367838f4401a01d92b6e5 (diff) | |
download | edk2-59476869f9b6e330c418cc93e8b1282f36543751.zip edk2-59476869f9b6e330c418cc93e8b1282f36543751.tar.gz edk2-59476869f9b6e330c418cc93e8b1282f36543751.tar.bz2 |
ArmPlatformPkg/ArmJunoDxe: remove BdsLib dependency
The ArmJunoDxe driver does not actually depend on the deprecated BdsLib
so remove the dependency declaration from the INF file.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r-- | ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf index a261798..168070c 100644 --- a/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf +++ b/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ArmJunoDxe.inf @@ -38,7 +38,6 @@ ArmLib
ArmShellCmdRunAxfLib
BaseMemoryLib
- BdsLib
DebugLib
DmaLib
DxeServicesTableLib
|