remove port 0

Change-Id: Ieff8055a6d23602e689c10d34c0f0657830bacdf
This commit is contained in:
Alexander Couzens 2017-08-02 06:28:13 +02:00
parent 459408183a
commit db1d912133
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ void mainboard_config_superio(void)
/* FIXME: Put proper SPD map here. */
void mainboard_get_spd(spd_raw_data *spd, bool id_only)
{
read_spd(&spd[0], 0x50, id_only);
read_spd(&spd[1], 0x51, id_only);
read_spd(&spd[2], 0x52, id_only);
read_spd(&spd[3], 0x53, id_only);
}