From e943e9fc241a50494ff846dce01da33468fe989b Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 18 Aug 2022 13:46:22 -0500 Subject: soc/amd/common/dmi: Add missing newline in printk Change-Id: I35dd9a2f0520077913bd3d8f408206dea1b30acb Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/66867 Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Felix Held --- src/soc/amd/common/fsp/dmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/fsp/dmi.c b/src/soc/amd/common/fsp/dmi.c index 5596f97306..b500155a03 100644 --- a/src/soc/amd/common/fsp/dmi.c +++ b/src/soc/amd/common/fsp/dmi.c @@ -28,7 +28,7 @@ static uint16_t ddr_speed_mhz_to_reported_mts(uint16_t ddr_type, uint16_t speed) case MEMORY_TYPE_LPDDR4: return lpddr4_speed_mhz_to_reported_mts(speed); default: - printk(BIOS_ERR, "Unknown memory type %x", ddr_type); + printk(BIOS_ERR, "Unknown memory type %x\n", ddr_type); return 0; } } -- cgit v1.2.3