From 1dc483b30ed3b67e6051f6d7592fce9b96d8bec6 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Mon, 26 Mar 2012 10:52:31 +0000 Subject: [PATCH] ArmPkg/LinuxLoader: Remove unused DebugLib (Minor change) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13128 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf | 3 --- ArmPkg/Application/LinuxLoader/LinuxConfig.c | 3 --- ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf | 3 --- 3 files changed, 9 deletions(-) diff --git a/ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf b/ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf index d3edb533b9..0c0ee477be 100644 --- a/ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf +++ b/ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf @@ -35,6 +35,3 @@ [Protocols] gEfiLoadedImageProtocolGuid - - #TODO: RemoveMe - gEfiDevicePathToTextProtocolGuid diff --git a/ArmPkg/Application/LinuxLoader/LinuxConfig.c b/ArmPkg/Application/LinuxLoader/LinuxConfig.c index 68f7b32c0a..b95d0a4dc0 100644 --- a/ArmPkg/Application/LinuxLoader/LinuxConfig.c +++ b/ArmPkg/Application/LinuxLoader/LinuxConfig.c @@ -14,9 +14,6 @@ #include "LinuxInternal.h" -//TODO: RemoveMe -#include - #define DEFAULT_BOOT_ENTRY_DESCRIPTION L"Linux" #define MAX_STR_INPUT 300 #define MAX_ASCII_INPUT 300 diff --git a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf index 76773af76b..a132dd9fe9 100644 --- a/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf +++ b/ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf @@ -35,6 +35,3 @@ [Protocols] gEfiLoadedImageProtocolGuid - - #TODO: RemoveMe - gEfiDevicePathToTextProtocolGuid