Kyösti Mälkki has submitted this change. ( https://review.coreboot.org/c/coreboot/+/35265 )
Change subject: drivers/intel/fsp2_0: Fix minor whitespace ......................................................................
drivers/intel/fsp2_0: Fix minor whitespace
Change-Id: I03a62c6a35053b67bfc609a365068cf284bcc1a0 Signed-off-by: Marshall Dawson marshalldawson3rd@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/35265 Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Richard Spiegel richard.spiegel@silverbackltd.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/drivers/intel/fsp2_0/memory_init.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Martin Roth: Looks good to me, approved Richard Spiegel: Looks good to me, approved
diff --git a/src/drivers/intel/fsp2_0/memory_init.c b/src/drivers/intel/fsp2_0/memory_init.c index 9789c96..08afffc 100644 --- a/src/drivers/intel/fsp2_0/memory_init.c +++ b/src/drivers/intel/fsp2_0/memory_init.c @@ -225,7 +225,7 @@ arch_upd->BootMode = FSP_BOOT_WITH_FULL_CONFIGURATION; }
- printk(BIOS_SPEW, "bootmode is set to :%d\n", arch_upd->BootMode); + printk(BIOS_SPEW, "bootmode is set to: %d\n", arch_upd->BootMode);
return CB_SUCCESS; }