aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/smbios.c3
1 files changed, 2 insertions, 1 deletions
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);
}
}