Revision: 18996
          http://sourceforge.net/p/edk2/code/18996
Author:   abiesheuvel
Date:     2015-11-27 17:07:54 +0000 (Fri, 27 Nov 2015)
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Leif Lindholm <[email protected]>

Modified Paths:
--------------
    trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
    trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c

Modified: 
trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
===================================================================
--- trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf   
2015-11-27 17:07:43 UTC (rev 18995)
+++ trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf   
2015-11-27 17:07:54 UTC (rev 18996)
@@ -56,6 +56,3 @@
 [Packages.ARM, Packages.AARCH64]
   ArmPkg/ArmPkg.dec
   ArmPlatformPkg/ArmPlatformPkg.dec
-
-[Guids.ARM, Guids.AARCH64]
-  gArmGlobalVariableGuid

Modified: 
trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
===================================================================
--- trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c 
2015-11-27 17:07:43 UTC (rev 18995)
+++ trunk/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c 
2015-11-27 17:07:54 UTC (rev 18996)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to