Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/84355?usp=email )
Change subject: soc/amd/common/psp/psb: add missing newline in debug message ......................................................................
soc/amd/common/psp/psb: add missing newline in debug message
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: I794899fa55b510e6f39dadc1a831b86389ab31ca Reviewed-on: https://review.coreboot.org/c/coreboot/+/84355 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@amd.corp-partner.google.com --- M src/soc/amd/common/block/psp/psb.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Matt DeVillier: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/src/soc/amd/common/block/psp/psb.c b/src/soc/amd/common/block/psp/psb.c index d605473..5e497a2 100644 --- a/src/soc/amd/common/block/psp/psb.c +++ b/src/soc/amd/common/block/psp/psb.c @@ -139,7 +139,7 @@ return CB_ERR; }
- printk(BIOS_DEBUG, "PSB: Enable... "); + printk(BIOS_DEBUG, "PSB: Enable...\n");
const int cmd_status = send_psp_command(MBOX_BIOS_CMD_PSB_AUTO_FUSING, &buffer);