]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change)
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 26 Mar 2012 10:52:31 +0000 (10:52 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 26 Mar 2012 10:52:31 +0000 (10:52 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13128 6f19259b-4bc3-4df7-8a09-765794883524

ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf
ArmPkg/Application/LinuxLoader/LinuxConfig.c
ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf

index d3edb533b9ed18102e497807b247499b64e44ac8..0c0ee477be9dd16e09d5a1b6b40cf3bd94f9b8c9 100644 (file)
@@ -35,6 +35,3 @@
 \r
 [Protocols]\r
   gEfiLoadedImageProtocolGuid\r
-  \r
-  #TODO: RemoveMe\r
-  gEfiDevicePathToTextProtocolGuid\r
index 68f7b32c0a278e780674ec7184d9053036306649..b95d0a4dc00f925d01f915cce5d1569c028c749e 100644 (file)
@@ -14,9 +14,6 @@
 
 #include "LinuxInternal.h"
 
-//TODO: RemoveMe
-#include <Protocol/DevicePathToText.h>
-
 #define DEFAULT_BOOT_ENTRY_DESCRIPTION  L"Linux"
 #define MAX_STR_INPUT                   300
 #define MAX_ASCII_INPUT                 300
index 76773af76b03d0ddab2c6cc5cd3bb41c47f2ef41..a132dd9fe96bda4eae23e4b01bbf5413dadd33ce 100644 (file)
@@ -35,6 +35,3 @@
 \r
 [Protocols]\r
   gEfiLoadedImageProtocolGuid\r
-  \r
-  #TODO: RemoveMe\r
-  gEfiDevicePathToTextProtocolGuid\r