|
@@ -555,7 +555,7 @@ static int get_dimm_config(struct mem_ctl_info *mci)
|
|
|
pvt->is_close_pg = false;
|
|
|
}
|
|
|
|
|
|
- pci_read_config_dword(pvt->pci_ta, RANK_CFG_A, ®);
|
|
|
+ pci_read_config_dword(pvt->pci_ddrio, RANK_CFG_A, ®);
|
|
|
if (IS_RDIMM_ENABLED(reg)) {
|
|
|
/* FIXME: Can also be LRDIMM */
|
|
|
debugf0("Memory is registered\n");
|