]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg/AndroidFastboot: drop bogus ArmGlobalVariable dependencies
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 27 Nov 2015 17:07:54 +0000 (17:07 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Fri, 27 Nov 2015 17:07:54 +0000 (17:07 +0000)
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

EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c

index ca17af8466277c8a38f6b9ac46d7d4fbd4d65f0d..3e115171ce0164ef37572f75f09390163741d10a 100644 (file)
@@ -56,6 +56,3 @@
 [Packages.ARM, Packages.AARCH64]\r
   ArmPkg/ArmPkg.dec\r
   ArmPlatformPkg/ArmPlatformPkg.dec\r
-\r
-[Guids.ARM, Guids.AARCH64]\r
-  gArmGlobalVariableGuid\r
index 3053cf06873eddec83506560cd7a0b7e00d73ba1..acedd3e0e3cdd674a4794ca91f4c6a86abf7bbce 100644 (file)
@@ -21,8 +21,6 @@
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
 \r
-#include <Guid/ArmGlobalVariableHob.h>\r
-\r
 #define LINUX_LOADER_COMMAND_LINE       L"%s -f %s -c %s"\r
 \r
 // This GUID is defined in the INGF file of ArmPkg/Application/LinuxLoader\r