diff options
author | John Crispin <john@openwrt.org> | 2009-10-08 18:40:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2009-10-08 18:40:16 +0000 |
commit | ba78d97022f9f6b0e7951f05475f4933ab0d8aac (patch) | |
tree | 38762399b9d497d1c7c61cb4ceb67abb02da10f3 /target/linux/ifxmips/files/arch/mips/pci | |
parent | 017ede680fabc86ed51a17bc9691f3b436842c8b (diff) | |
download | mtk-20170518-ba78d97022f9f6b0e7951f05475f4933ab0d8aac.zip mtk-20170518-ba78d97022f9f6b0e7951f05475f4933ab0d8aac.tar.gz mtk-20170518-ba78d97022f9f6b0e7951f05475f4933ab0d8aac.tar.bz2 |
several cleanups for ifxmips. removes all code that has not been cleaned up properly
SVN-Revision: 18008
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/pci')
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c index ac81ee3..47bb1e6 100644 --- a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c +++ b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c @@ -181,7 +181,6 @@ pcibios_init(void) pci_probe_only = 0; printk("PCI: Probing PCI hardware on host bus 0.\n"); ifxmips_pci_startup (); - // IFXMIPS_PCI_REG32(PCI_CR_CLK_CTRL_REG) &= (~8); ifxmips_pci_mapped_cfg = (u32)ioremap_nocache(0x17000000, 0x800 * 16); printk("IFXMips PCI mapped to 0x%08lX\n", (unsigned long)ifxmips_pci_mapped_cfg); ifxmips_pci_controller.io_map_base = (unsigned long)ioremap(IFXMIPS_PCI_IO_BASE, IFXMIPS_PCI_IO_SIZE - 1); |