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>
This commit is contained in:
Marshall Dawson 2019-08-30 14:52:37 -06:00 committed by Kyösti Mälkki
parent c9871505f1
commit 22d66efe65
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ static enum cb_err fsp_fill_common_arch_params(FSPM_ARCH_UPD *arch_upd,
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;
}