Revert "testing Memory Channel 0 Slot 0"

This reverts commit 5c5eca8d00.

It seems to be Channel 0 Slot 1

Change-Id: I678a279f69e28328bd2cdbd7fde88ebdf6671936
This commit is contained in:
Alexander Couzens 2017-10-22 04:23:35 +02:00
parent 5c5eca8d00
commit 4b63de1125
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ void mainboard_get_spd(spd_raw_data *spd, bool id_only)
if (spd_file_len < 256)
die("Missing SPD data.");
memcpy(&spd[0], spd_file, 256);
//memcpy(&spd[1], spd_file, 256);
//memcpy(&spd[0], spd_file, 256);
memcpy(&spd[1], spd_file, 256);
//memcpy(&spd[2], spd_file, 256);
//memcpy(&spd[3], spd_file, 256);
}