Add missing newline to printk in Sandybridge init code
Change-Id: I9217a75ec1a0abb898c45752d990231ce98e5fb2 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/991 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
cabc8042a2
commit
f125d80135
|
@ -252,7 +252,7 @@ static void prepare_mrc_cache(struct pei_data *pei_data)
|
||||||
__func__, pei_data->mrc_input, entry_id,
|
__func__, pei_data->mrc_input, entry_id,
|
||||||
pei_data->mrc_input_len, mrc_cache->mrc_checksum);
|
pei_data->mrc_input_len, mrc_cache->mrc_checksum);
|
||||||
#else
|
#else
|
||||||
printk(BIOS_ERR, "MRC cache handling code has to be redone.");
|
printk(BIOS_ERR, "MRC cache handling code has to be redone.\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue