diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-27 17:09:17 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-27 17:09:17 +0000 |
commit | c75d895af19e5041fe6dcdb2015c5e4070726b89 (patch) | |
tree | d9d17a2bae4801d1ab17e5a1bb69c3f0a791021d | |
parent | d1dfae617ad190e3c0f177c17f1913bf5ee8bc9e (diff) | |
download | edk2-platforms-c75d895af19e5041fe6dcdb2015c5e4070726b89.tar.xz |
ArmPlatformPkg/PlatformIntelBdsLib: drop bogus gArmGlobalVariableGuid dep
PlatformIntelBdsLib does not use gArmGlobalVariableGuid so drop
the declaration from the .inf.
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@19002 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf b/ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf index 39df113288..daa0d91a2f 100644 --- a/ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf +++ b/ArmPlatformPkg/Library/PlatformIntelBdsLib/PlatformIntelBdsLib.inf @@ -52,7 +52,6 @@ GenericBdsLib
[Guids]
- gArmGlobalVariableGuid
gEfiEndOfDxeEventGroupGuid
[Pcd]
|