testing Memory Channel 0 Slot 0

Change-Id: Ib0014ae623ec1f79b6c9db48ac3362c67c19c652
This commit is contained in:
Alexander Couzens 2017-10-22 03:55:54 +02:00
parent 041181e6a8
commit 5c5eca8d00
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);
}