nb/intel/x4x: Add missing newlines to log message

Change-Id: I67f38bcb1ec0fbbfb7f2f3fcfaf2f9bf2d9ac92c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51875
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-03-26 23:27:22 +01:00 committed by Nico Huber
parent dd7ce4e1d3
commit e82191451c
1 changed files with 2 additions and 2 deletions

View File

@ -263,8 +263,8 @@ static void select_cas_dramfreq_ddr3(struct sysinfo *s, struct abs_timings *save
min_tCLK = MAX(min_tCLK, saved_timings->min_tclk);
if (min_tCLK == 0) {
printk(BIOS_ERR,
"DRAM frequency is under lowest supported frequency (400 MHz). "
"Increasing to 400 MHz as last resort");
"DRAM frequency is under lowest supported frequency (400 MHz).\n"
"Increasing to 400 MHz as last resort.\n");
min_tCLK = TCK_400MHZ;
}