diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-27 17:08:08 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-27 17:08:08 +0000 |
commit | 538ca10f15866a5c7f53183b7f551fa40f982273 (patch) | |
tree | 92035e6daedf002ee2eb53305100d126b049e25b /ArmPkg | |
parent | 66bcbfed29035129383971c60398bec091f4cbd4 (diff) | |
download | edk2-platforms-538ca10f15866a5c7f53183b7f551fa40f982273.tar.xz |
ArmPkg/BdsLib: drop bogus gArmGlobalVariableGuid dependency
The BdsLib implementation under ArmPkg never references
gArmGlobalVariableGuid so it should not list it as a dependency.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18997 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPkg')
-rw-r--r-- | ArmPkg/Library/BdsLib/BdsLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPkg/Library/BdsLib/BdsLib.inf b/ArmPkg/Library/BdsLib/BdsLib.inf index eb4543eb20..458fc66ff0 100644 --- a/ArmPkg/Library/BdsLib/BdsLib.inf +++ b/ArmPkg/Library/BdsLib/BdsLib.inf @@ -44,7 +44,6 @@ [Guids]
gEfiFileInfoGuid
- gArmGlobalVariableGuid
[Protocols]
gEfiBdsArchProtocolGuid
|