security/tpm/tspi/crtm: Add line break to debug messages
Add line break at debug messages. Tested on Facebook FBG1701 Change-Id: Idbfcd6ce7139efcb79e2980b366937e9fdcb3a4e Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46659 Reviewed-by: Christian Walter <christian.walter@9elements.com> Reviewed-by: Wim Vervoorn <wvervoorn@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
6c02ca6962
commit
4622a2fe82
|
@ -112,10 +112,10 @@ uint32_t tspi_measure_cbfs_hook(struct cbfsf *fh, const char *name)
|
|||
if (!tcpa_log_available()) {
|
||||
if (tspi_init_crtm() != VB2_SUCCESS) {
|
||||
printk(BIOS_WARNING,
|
||||
"Initializing CRTM failed!");
|
||||
"Initializing CRTM failed!\n");
|
||||
return 0;
|
||||
}
|
||||
printk(BIOS_DEBUG, "CRTM initialized.");
|
||||
printk(BIOS_DEBUG, "CRTM initialized.\n");
|
||||
}
|
||||
|
||||
cbfsf_file_type(fh, &cbfs_type);
|
||||
|
|
Loading…
Reference in New Issue