]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/Bds: drop bogus ArmGlobalVariable dependencies
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 27 Nov 2015 17:08:22 +0000 (17:08 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Fri, 27 Nov 2015 17:08:22 +0000 (17:08 +0000)
Remove the GUID references to gArmGlobalVariableGuid and includes
of ArmGlobalVariableHob.h since they are not used by the ARM BDS.

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@18998 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds/BootMenu.c
ArmPlatformPkg/Bds/BootOption.c

index 06e8d914fdc3a7f4ad5615bb51acfe230f1abf57..96bec16f0a2e9e0fb9ccd08f21ce23ae046fed33 100644 (file)
@@ -58,7 +58,6 @@
 [Guids]\r
   gEfiEndOfDxeEventGroupGuid\r
   gEfiFileSystemInfoGuid\r
-  gArmGlobalVariableGuid\r
   gFdtVariableGuid\r
 \r
 [Protocols]\r
index 8caa3ce5ced7bb4024ecbbb5e4dfa1799158212c..5cbac1d2dc1ab91be8ae402bb0e41e888d95aa38 100644 (file)
@@ -14,8 +14,6 @@
 \r
 #include "BdsInternal.h"\r
 \r
-#include <Guid/ArmGlobalVariableHob.h>\r
-\r
 #include <libfdt.h>\r
 \r
 /**\r
index bdd02b4ecda0c312c070427cb0b5e9bb9e4c420b..32a5679762f91f4328ea1ac4f0ede5434c6ecf14 100644 (file)
@@ -12,7 +12,6 @@
 *\r
 **/\r
 \r
-#include <Guid/ArmGlobalVariableHob.h>\r
 #include "BdsInternal.h"\r
 \r
 EFI_STATUS\r