]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc5xxx/pci_mpc5200.c
* Make Ethernet autonegotiation on INCA-IP work for all clock rates;
[karo-tx-uboot.git] / cpu / mpc5xxx / pci_mpc5200.c
index 106e843788d95cbe3ad7d228c021cedb9eb90973..a890a6d0a73c6c5e0258ffb7e06e4a4f08629d5f 100644 (file)
@@ -51,9 +51,6 @@ static int mpc5200_read_config_dword(struct pci_controller *hose,
        *value = in_le32((volatile u32 *)CONFIG_PCI_IO_PHYS);
        eieio();
        *(volatile u32 *)MPC5XXX_PCI_CAR = 0;
-       /* skip MPC5200 */
-       if (offset == 0 && *value == 0x58031057)
-               *value = 0xffffffff;
        return 0;
 }