aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/deltalake/ramstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ocp/deltalake/ramstage.c')
-rw-r--r--src/mainboard/ocp/deltalake/ramstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/ocp/deltalake/ramstage.c b/src/mainboard/ocp/deltalake/ramstage.c
index 74980635be..4a3e385963 100644
--- a/src/mainboard/ocp/deltalake/ramstage.c
+++ b/src/mainboard/ocp/deltalake/ramstage.c
@@ -320,7 +320,7 @@ void smbios_fill_dimm_locator(const struct dimm_info *dimm, struct smbios_type17
{
char buf[40];
- snprintf(buf, sizeof(buf), "DIMM %c0", 'A' + dimm->channel_num);
+ snprintf(buf, sizeof(buf), "DIMM_%c0", 'A' + dimm->channel_num);
t->device_locator = smbios_add_string(t->eos, buf);
snprintf(buf, sizeof(buf), "_Node0_Channel%d_Dimm0", dimm->channel_num);