From fb95a52b6e927891509006f3c14124af4dc1d890 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 19 Jul 2017 15:43:47 +0200 Subject: soc/intel/common/smbios: Amend debug message Change-Id: I6fcee760eb32b797430eb363ce0202557b74a126 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/20649 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/smbios.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/common/smbios.c') diff --git a/src/soc/intel/common/smbios.c b/src/soc/intel/common/smbios.c index 6c14ff0b67..bcddb78596 100644 --- a/src/soc/intel/common/smbios.c +++ b/src/soc/intel/common/smbios.c @@ -50,6 +50,7 @@ void dimm_info_fill(struct dimm_info *dimm, u32 dimm_capacity, u8 ddr_type, dimm->bus_width = MEMORY_BUS_WIDTH_128; break; default: - printk(BIOS_ERR, "Incorrect DIMM Data width"); + printk(BIOS_NOTICE, "Incorrect DIMM Data width: %u\n", + (unsigned int)data_width); } } -- cgit v1.2.3