summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Application/AndroidFastboot/Arm
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2015-11-27 17:07:54 +0000
committerabiesheuvel <abiesheuvel@Edk2>2015-11-27 17:07:54 +0000
commit66bcbfed29035129383971c60398bec091f4cbd4 (patch)
tree5661ba2148d3c074089789b4d8eba37275f49f99 /EmbeddedPkg/Application/AndroidFastboot/Arm
parent982aa6a18e888e4b6bf2789f05468784200d599a (diff)
downloadedk2-platforms-66bcbfed29035129383971c60398bec091f4cbd4.tar.xz
EmbeddedPkg/AndroidFastboot: drop bogus ArmGlobalVariable dependencies
Remove the GUID references to gArmGlobalVariableGuid and includes of ArmGlobalVariableHob.h since they are not used by the fastboot app. 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@18996 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Application/AndroidFastboot/Arm')
-rw-r--r--EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c b/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
index 3053cf0687..acedd3e0e3 100644
--- a/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
+++ b/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
@@ -21,8 +21,6 @@
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
-#include <Guid/ArmGlobalVariableHob.h>
-
#define LINUX_LOADER_COMMAND_LINE L"%s -f %s -c %s"
// This GUID is defined in the INGF file of ArmPkg/Application/LinuxLoader