amd/common/pi: Insert missing newline in printk

Add a newline to the unsupported callout message.

Change-Id: I9bfff0ed920843f6c0818b51ee0046366f2a5c8d
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/26144
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Marshall Dawson 2018-05-01 11:12:51 -06:00 committed by Martin Roth
parent d129d43ea7
commit 492e4db993
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ AGESA_STATUS GetBiosCallout(UINT32 Func, UINTN Data, VOID *ConfigPtr)
}
if (i >= BiosCalloutsLen) {
printk(BIOS_ERR, "ERROR: AGESA Callout Not Supported: 0x%x",
printk(BIOS_ERR, "ERROR: AGESA Callout Not Supported: 0x%x\n",
(u32)Func);
return AGESA_UNSUPPORTED;
}