src/nb: Use 'print("%s...", __func__)'

Change-Id: I7dd6dd8e8debe1b6419625fca38670be375ef581
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39328
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Elyes HAOUAS
2020-03-05 22:01:17 +01:00
committed by Patrick Georgi
parent 682b166886
commit 3cd4327ad9
5 changed files with 15 additions and 17 deletions

View File

@ -133,8 +133,7 @@ void sdram_initialize(struct pei_data *pei_data)
/* If MRC data is not found we cannot continue S3 resume. */
if (pei_data->boot_mode == 2 && !pei_data->mrc_input) {
post_code(POST_RESUME_FAILURE);
printk(BIOS_DEBUG, "Giving up in sdram_initialize: "
"No MRC data\n");
printk(BIOS_DEBUG, "Giving up in %s: No MRC data\n", __func__);
system_reset();
}