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:
Stefan Reinauer 2012-05-02 16:29:51 -07:00 committed by Stefan Reinauer
parent cabc8042a2
commit f125d80135
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ static void prepare_mrc_cache(struct pei_data *pei_data)
__func__, pei_data->mrc_input, entry_id,
pei_data->mrc_input_len, mrc_cache->mrc_checksum);
#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