lib/spd_bin: Add "number" to log message
Correct the missing log. Should be the part number not just part. Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I17ac9c6f9545d84645665d3abe1d1613baef4e14 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39353 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d0ee87032a
commit
3d676f147e
|
@ -177,7 +177,7 @@ void print_spd_info(uint8_t spd[])
|
||||||
/* Module Part Number */
|
/* Module Part Number */
|
||||||
spd_get_name(spd, spd_name, type);
|
spd_get_name(spd, spd_name, type);
|
||||||
|
|
||||||
printk(BIOS_INFO, "SPD: module part is %s\n", spd_name);
|
printk(BIOS_INFO, "SPD: module part number is %s\n", spd_name);
|
||||||
|
|
||||||
printk(BIOS_INFO,
|
printk(BIOS_INFO,
|
||||||
"SPD: banks %d, ranks %d, rows %d, columns %d, density %d Mb\n",
|
"SPD: banks %d, ranks %d, rows %d, columns %d, density %d Mb\n",
|
||||||
|
|
Loading…
Reference in New Issue