Includes fix from Craig C Forney

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1452 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
David W. Hendricks 2004-03-19 20:05:42 +00:00
parent 3bd1f94c76
commit a0be1fc307
1 changed files with 1 additions and 1 deletions

View File

@ -924,7 +924,7 @@ static void set_dimm_size(const struct mem_controller *ctrl, struct dimm_size sz
sz.side2 = 0;
}
map = pci_read_config32(ctrl->f2, DRAM_BANK_ADDR_MAP);
map &= ~(0xf << (index + 4));
map &= ~(0xf << (index * 4));
/* For each base register.
* Place the dimm size in 32 MB quantities in the bits 31 - 21.