diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-03-26 10:52:31 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-03-26 10:52:31 +0000 |
commit | 1dc483b30ed3b67e6051f6d7592fce9b96d8bec6 (patch) | |
tree | ae44f70afdb55292860d5c8294510c27222fdc6d | |
parent | 80dfbc1122b053aa603b329840dd2da5ea148969 (diff) | |
download | edk2-platforms-1dc483b30ed3b67e6051f6d7592fce9b96d8bec6.tar.xz |
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
-rw-r--r-- | ArmPkg/Application/LinuxLoader/LinuxAtagLoader.inf | 3 | ||||
-rw-r--r-- | ArmPkg/Application/LinuxLoader/LinuxConfig.c | 3 | ||||
-rw-r--r-- | ArmPkg/Application/LinuxLoader/LinuxFdtLoader.inf | 3 |
3 files changed, 0 insertions, 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 <Protocol/DevicePathToText.h> - #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
|