Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33056
Change subject: drivers/intel/fsp2_0: Fix typo mistake ......................................................................
drivers/intel/fsp2_0: Fix typo mistake
Change-Id: I90f595d7d789429c8717261c6edb6c756f6c0e1f Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/drivers/intel/fsp2_0/silicon_init.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/33056/1
diff --git a/src/drivers/intel/fsp2_0/silicon_init.c b/src/drivers/intel/fsp2_0/silicon_init.c index e9c29db..302bc0f 100644 --- a/src/drivers/intel/fsp2_0/silicon_init.c +++ b/src/drivers/intel/fsp2_0/silicon_init.c @@ -72,7 +72,7 @@ } printk(BIOS_SPEW, "FspSiliconInit returned 0x%08x\n", status); die_with_post_code(postcode, - "FspSiliconINit returned an error!\n"); + "FspSiliconInit returned an error!\n"); } }
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33056 )
Change subject: drivers/intel/fsp2_0: Fix typo mistake ......................................................................
Patch Set 1: Code-Review+2
Aamir Bohra has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33056 )
Change subject: drivers/intel/fsp2_0: Fix typo mistake ......................................................................
Patch Set 1: Code-Review+2
Subrata Banik has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33056 )
Change subject: drivers/intel/fsp2_0: Fix typo mistake ......................................................................
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 --- M src/drivers/intel/fsp2_0/silicon_init.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved Aamir Bohra: Looks good to me, approved
diff --git a/src/drivers/intel/fsp2_0/silicon_init.c b/src/drivers/intel/fsp2_0/silicon_init.c index e9c29db..302bc0f 100644 --- a/src/drivers/intel/fsp2_0/silicon_init.c +++ b/src/drivers/intel/fsp2_0/silicon_init.c @@ -72,7 +72,7 @@ } printk(BIOS_SPEW, "FspSiliconInit returned 0x%08x\n", status); die_with_post_code(postcode, - "FspSiliconINit returned an error!\n"); + "FspSiliconInit returned an error!\n"); } }