soc/intel/common/smbios: Amend debug message
Change-Id: I6fcee760eb32b797430eb363ce0202557b74a126 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20649 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
14deaeec61
commit
fb95a52b6e
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue