fsp_baytrail: Add missing newline to eMMC Mode log
Change-Id: Icd697053c2ea1a2ac42bdd045134d223d93d5403 Signed-off-by: Ben Gardner <gardner.ben@gmail.com> Reviewed-on: https://review.coreboot.org/12623 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
eca844b949
commit
d347f6cb0b
|
@ -209,7 +209,7 @@ static void ConfigureDefaultUpdData(FSP_INFO_HEADER *FspInfo, UPD_DATA_REGION *U
|
|||
acpi_pci_mode_strings[UpdData->PcdEnableLpe]);
|
||||
|
||||
if (UpdData->PcdeMMCBootMode < sizeof(emmc_mode_strings) / sizeof (char *))
|
||||
printk(FSP_INFO_LEVEL, "eMMC Mode:\t\t%s",
|
||||
printk(FSP_INFO_LEVEL, "eMMC Mode:\t\t%s\n",
|
||||
emmc_mode_strings[UpdData->PcdeMMCBootMode]);
|
||||
|
||||
if (UpdData->PcdEnableSata)
|
||||
|
|
Loading…
Reference in New Issue