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:
@@ -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);
|
min_tCLK = MAX(min_tCLK, saved_timings->min_tclk);
|
||||||
if (min_tCLK == 0) {
|
if (min_tCLK == 0) {
|
||||||
printk(BIOS_ERR,
|
printk(BIOS_ERR,
|
||||||
"DRAM frequency is under lowest supported frequency (400 MHz). "
|
"DRAM frequency is under lowest supported frequency (400 MHz).\n"
|
||||||
"Increasing to 400 MHz as last resort");
|
"Increasing to 400 MHz as last resort.\n");
|
||||||
min_tCLK = TCK_400MHZ;
|
min_tCLK = TCK_400MHZ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user