]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg/PlatformBootManagerLib: add missing newline
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Sat, 9 Dec 2017 09:55:13 +0000 (09:55 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 11 Dec 2017 18:05:41 +0000 (18:05 +0000)
Add a missing newline to the version string output that is displayed
on the serial console, or the next line will be appended to it.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c

index ccdb3e0a5d78a51b3aef96d67fbf429e9e82b1bd..61ab61ccc7801ba802dbe5366f9ff76c2fd0d4a7 100644 (file)
@@ -549,7 +549,7 @@ PlatformBootManagerAfterConsole (
   Status = BootLogoEnableLogo ();\r
   if (EFI_ERROR (Status)) {\r
     if (FirmwareVerLength > 0) {\r
-      Print (VERSION_STRING_PREFIX L"%s",\r
+      Print (VERSION_STRING_PREFIX L"%s\n",\r
         PcdGetPtr (PcdFirmwareVersionString));\r
     }\r
     Print (L"Press ESCAPE for boot options ");\r