From: Ard Biesheuvel Date: Fri, 27 Nov 2015 17:07:54 +0000 (+0000) Subject: EmbeddedPkg/AndroidFastboot: drop bogus ArmGlobalVariable dependencies X-Git-Tag: edk2-stable201903~8466 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=66bcbfed29035129383971c60398bec091f4cbd4 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 Reviewed-by: Leif Lindholm git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18996 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf index ca17af8466..3e115171ce 100644 --- a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf +++ b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf @@ -56,6 +56,3 @@ [Packages.ARM, Packages.AARCH64] ArmPkg/ArmPkg.dec ArmPlatformPkg/ArmPlatformPkg.dec - -[Guids.ARM, Guids.AARCH64] - gArmGlobalVariableGuid 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 #include -#include - #define LINUX_LOADER_COMMAND_LINE L"%s -f %s -c %s" // This GUID is defined in the INGF file of ArmPkg/Application/LinuxLoader