[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/smbios: Amend debug message

Nico Huber (Code Review) gerrit at coreboot.org
Wed Jul 19 16:26:16 CEST 2017


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/20649


Change subject: soc/intel/common/smbios: Amend debug message
......................................................................

soc/intel/common/smbios: Amend debug message

Change-Id: I6fcee760eb32b797430eb363ce0202557b74a126
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M src/soc/intel/common/smbios.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/20649/1

diff --git a/src/soc/intel/common/smbios.c b/src/soc/intel/common/smbios.c
index 6c14ff0..bcddb78 100644
--- a/src/soc/intel/common/smbios.c
+++ b/src/soc/intel/common/smbios.c
@@ -50,6 +50,7 @@
 		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);
 	}
 }

-- 
To view, visit https://review.coreboot.org/20649
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6fcee760eb32b797430eb363ce0202557b74a126
Gerrit-Change-Number: 20649
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170719/d627e30f/attachment.html>


More information about the coreboot-gerrit mailing list