mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
982aa6a18e
commit
66bcbfed29
|
@ -56,6 +56,3 @@
|
|||
[Packages.ARM, Packages.AARCH64]
|
||||
ArmPkg/ArmPkg.dec
|
||||
ArmPlatformPkg/ArmPlatformPkg.dec
|
||||
|
||||
[Guids.ARM, Guids.AARCH64]
|
||||
gArmGlobalVariableGuid
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue