diff options
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/spd/spd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/spd/spd.c b/src/mainboard/google/auron/spd/spd.c index 4f35477e4a..ce3752433a 100644 --- a/src/mainboard/google/auron/spd/spd.c +++ b/src/mainboard/google/auron/spd/spd.c @@ -110,9 +110,6 @@ void mainboard_fill_spd_data(struct pei_data *pei_data) if (!spd_file) die("SPD data not found."); - if (spd_index > 3) - pei_data->dimm_channel1_disabled = 3; - if (spd_file_len < ((spd_index + 1) * SPD_LEN)) { printk(BIOS_ERR, "SPD index override to 0 - old hardware?\n"); spd_index = 0; |