summaryrefslogtreecommitdiff
path: root/target/linux/ifxmips/files/arch/mips/pci
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2008-06-29 14:56:45 +0000
committerJohn Crispin <john@openwrt.org>2008-06-29 14:56:45 +0000
commit979fb5a23e515714462f880238af6c3c42b4eb05 (patch)
tree068a7ca1dd2b49318f19c34c393a16e09328b532 /target/linux/ifxmips/files/arch/mips/pci
parent76215afdec87bd6316029a4b148c51287239d682 (diff)
downloadmtk-20170518-979fb5a23e515714462f880238af6c3c42b4eb05.zip
mtk-20170518-979fb5a23e515714462f880238af6c3c42b4eb05.tar.gz
mtk-20170518-979fb5a23e515714462f880238af6c3c42b4eb05.tar.bz2
fixes mdio, adds runtime board configuration for ifxmips
SVN-Revision: 11609
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/pci')
-rw-r--r--target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c2
1 files changed, 1 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 bd500bd..97efa37 100644
--- a/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
+++ b/target/linux/ifxmips/files/arch/mips/pci/pci-ifxmips.c
@@ -50,7 +50,7 @@ static struct pci_controller ifxmips_pci_controller =
};
u32 ifxmips_pci_mapped_cfg;
-u32 ifxmips_pci_external_clock = 0;
+int ifxmips_pci_external_clock = 0;
static int __init
ifxmips_pci_set_external_clk(char *str)