diff options
-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
|