diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-11-27 17:08:22 +0000 |
---|---|---|
committer | abiesheuvel <abiesheuvel@Edk2> | 2015-11-27 17:08:22 +0000 |
commit | eab28b9f8ffa63cdc6ed3174d9c5765b6603b806 (patch) | |
tree | c74d258e3ce832603a65ace8bfe158aa606c3625 | |
parent | 538ca10f15866a5c7f53183b7f551fa40f982273 (diff) | |
download | edk2-platforms-eab28b9f8ffa63cdc6ed3174d9c5765b6603b806.tar.xz |
ArmPlatformPkg/Bds: drop bogus ArmGlobalVariable dependencies
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
-rw-r--r-- | ArmPlatformPkg/Bds/Bds.inf | 1 | ||||
-rw-r--r-- | ArmPlatformPkg/Bds/BootMenu.c | 2 | ||||
-rw-r--r-- | ArmPlatformPkg/Bds/BootOption.c | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/ArmPlatformPkg/Bds/Bds.inf b/ArmPlatformPkg/Bds/Bds.inf index 06e8d914fd..96bec16f0a 100644 --- a/ArmPlatformPkg/Bds/Bds.inf +++ b/ArmPlatformPkg/Bds/Bds.inf @@ -58,7 +58,6 @@ [Guids]
gEfiEndOfDxeEventGroupGuid
gEfiFileSystemInfoGuid
- gArmGlobalVariableGuid
gFdtVariableGuid
[Protocols]
diff --git a/ArmPlatformPkg/Bds/BootMenu.c b/ArmPlatformPkg/Bds/BootMenu.c index 8caa3ce5ce..5cbac1d2dc 100644 --- a/ArmPlatformPkg/Bds/BootMenu.c +++ b/ArmPlatformPkg/Bds/BootMenu.c @@ -14,8 +14,6 @@ #include "BdsInternal.h"
-#include <Guid/ArmGlobalVariableHob.h>
-
#include <libfdt.h>
/**
diff --git a/ArmPlatformPkg/Bds/BootOption.c b/ArmPlatformPkg/Bds/BootOption.c index bdd02b4ecd..32a5679762 100644 --- a/ArmPlatformPkg/Bds/BootOption.c +++ b/ArmPlatformPkg/Bds/BootOption.c @@ -12,7 +12,6 @@ *
**/
-#include <Guid/ArmGlobalVariableHob.h>
#include "BdsInternal.h"
EFI_STATUS
|