]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Library/EblCmdLib/EblCmdLib.c
Make the passed in string not require \n
[mirror_edk2.git] / BeagleBoardPkg / Library / EblCmdLib / EblCmdLib.c
index 01d798419382cc991331383607f6dbbfcaafc924..e637071df009723362798569c89980f8a4422486 100644 (file)
@@ -63,7 +63,7 @@ EblSymbolTable (
   BOOLEAN                           Elf;\r
   \r
   // Need to add lots of error checking on the passed in string\r
-  Format = (Argc > 1) ? Argv[1] : "load /a /ni /np %a & 0x%x\n";\r
+  Format = (Argc > 1) ? Argv[1] : "load /a /ni /np %a & 0x%x";\r
   Elf = (Argc > 2) ? FALSE : TRUE;\r
   \r
   Status = EfiGetSystemConfigurationTable (&gEfiDebugImageInfoTableGuid, (VOID **)&DebugImageTableHeader);\r
@@ -87,6 +87,7 @@ EblSymbolTable (
           ImageBase += PeCoffSizeOfHeaders;\r
         } \r
         AsciiPrint (Format, Pdb, ImageBase);\r
+        AsciiPrint ("\n");\r
       }\r
     }  \r
   }\r