aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/kontron/ktqm77/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/kontron/ktqm77/romstage.c')
-rw-r--r--src/mainboard/kontron/ktqm77/romstage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/kontron/ktqm77/romstage.c b/src/mainboard/kontron/ktqm77/romstage.c
index cd6f3b9fc3..9083764284 100644
--- a/src/mainboard/kontron/ktqm77/romstage.c
+++ b/src/mainboard/kontron/ktqm77/romstage.c
@@ -156,7 +156,8 @@ const struct southbridge_usb_port mainboard_usb_ports[] = {
{ 1, 0, 4 }, /* P13: internal USB 2.0 (OC4) */
};
-void mainboard_get_spd(spd_raw_data *spd, bool id_only) {
+void mainboard_get_spd(spd_raw_data *spd, bool id_only)
+{
read_spd(&spd[0], 0x50, id_only);
read_spd(&spd[2], 0x52, id_only);
}