aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-09-06 08:32:57 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-09-10 16:25:28 -0400
commit43863074659b71345b0047c2cf2ff8d8f7a4b4a1 (patch)
tree1e19d3a60c589bbef55b0b4b9afb47a9908e5960
parent603c338bdd455952d768fc24bf2c754dd4229aed (diff)
[MIPS] Ocelot: remove remaining bits
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/Kconfig14
-rw-r--r--include/asm-mips/mach-ocelot/mach-gt64120.h30
2 files changed, 0 insertions, 44 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 4a54d21ee17c..3b807b4bc7cd 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -818,20 +818,6 @@ config EMMA2RH
818config SERIAL_RM9000 818config SERIAL_RM9000
819 bool 819 bool
820 820
821#
822# Unfortunately not all GT64120 systems run the chip at the same clock.
823# As the user for the clock rate and try to minimize the available options.
824#
825choice
826 prompt "Galileo Chip Clock"
827 depends on MOMENCO_OCELOT
828 default SYSCLK_100 if MOMENCO_OCELOT
829
830config SYSCLK_100
831 bool "100" if MOMENCO_OCELOT
832
833endchoice
834
835config ARC32 821config ARC32
836 bool 822 bool
837 823
diff --git a/include/asm-mips/mach-ocelot/mach-gt64120.h b/include/asm-mips/mach-ocelot/mach-gt64120.h
deleted file mode 100644
index a62ecb53c751..000000000000
--- a/include/asm-mips/mach-ocelot/mach-gt64120.h
+++ /dev/null
@@ -1,30 +0,0 @@
1/*
2 * Copyright 2001 MontaVista Software Inc.
3 * Author: Jun Sun, jsun@mvista.com or jsun@junsun.net
4 *
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
9 */
10#ifndef _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H
11#define _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H
12
13/*
14 * PCI address allocation
15 */
16#define GT_PCI_MEM_BASE (0x22000000UL)
17#define GT_PCI_MEM_SIZE GT_DEF_PCI0_MEM0_SIZE
18#define GT_PCI_IO_BASE (0x20000000UL)
19#define GT_PCI_IO_SIZE GT_DEF_PCI0_IO_SIZE
20
21extern unsigned long gt64120_base;
22
23#define GT64120_BASE (gt64120_base)
24
25/*
26 * GT timer irq
27 */
28#define GT_TIMER 6
29
30#endif /* _ASM_GT64120_MOMENCO_OCELOT_GT64120_DEP_H */