diff options
author | John Crispin <john@openwrt.org> | 2008-06-29 14:56:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2008-06-29 14:56:45 +0000 |
commit | 979fb5a23e515714462f880238af6c3c42b4eb05 (patch) | |
tree | 068a7ca1dd2b49318f19c34c393a16e09328b532 /target/linux/ifxmips/files/arch/mips/pci | |
parent | 76215afdec87bd6316029a4b148c51287239d682 (diff) | |
download | mtk-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.c | 2 |
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) |