drivers/intel/fsp2_0: Fix typo mistake

Change-Id: I90f595d7d789429c8717261c6edb6c756f6c0e1f
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33056
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
This commit is contained in:
Subrata Banik 2019-05-29 13:59:14 +05:30
parent 1470c7367b
commit ab032b841c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static void do_silicon_init(struct fsp_header *hdr)
}
printk(BIOS_SPEW, "FspSiliconInit returned 0x%08x\n", status);
die_with_post_code(postcode,
"FspSiliconINit returned an error!\n");
"FspSiliconInit returned an error!\n");
}
}