diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-09-13 19:34:10 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-09-16 16:23:47 +0000 |
commit | baefa0bd6fdc423c2db0f97abe93acfc5a9dab60 (patch) | |
tree | a989f44c09ba580d9967298407ac4df2fcca3f9c /src/soc/amd/common/block | |
parent | ad8cac34a4c38ba490807395c75698bc20e02523 (diff) |
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>
Diffstat (limited to 'src/soc/amd/common/block')
-rw-r--r-- | src/soc/amd/common/block/psp/psb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/psp/psb.c b/src/soc/amd/common/block/psp/psb.c index d6054734ff..5e497a2cad 100644 --- a/src/soc/amd/common/block/psp/psb.c +++ b/src/soc/amd/common/block/psp/psb.c @@ -139,7 +139,7 @@ static enum cb_err psb_enable(void) 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); |