]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Ebl/Main.c
EmbeddedPkg/Ebl: Move the flag string %a for the path from the PCD to the function...
[mirror_edk2.git] / EmbeddedPkg / Ebl / Main.c
index 8f6f4ea9e1579fbf06c10fe95471936738b14c46..1f677bcb041b6ac4a32af994602903bb89447e6f 100644 (file)
@@ -508,7 +508,7 @@ EblPrompt (
   )\r
 {\r
   EblSetTextColor (EFI_YELLOW);\r
-  AsciiPrint ((CHAR8 *)PcdGetPtr (PcdEmbeddedPrompt), EfiGetCwd ());\r
+  AsciiPrint ("%a %a",(CHAR8 *)PcdGetPtr (PcdEmbeddedPrompt), EfiGetCwd ());\r
   EblSetTextColor (0);\r
   AsciiPrint ("%a", ">");\r
 }\r