From eab28b9f8ffa63cdc6ed3174d9c5765b6603b806 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 27 Nov 2015 17:08:22 +0000 Subject: 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 Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18998 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Bds/Bds.inf | 1 - ArmPlatformPkg/Bds/BootMenu.c | 2 -- ArmPlatformPkg/Bds/BootOption.c | 1 - 3 files changed, 4 deletions(-) (limited to 'ArmPlatformPkg') 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 - #include /** 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 #include "BdsInternal.h" EFI_STATUS -- cgit v1.2.3