diff options
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | 2007-06-11 09:08:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:01 -0400 |
commit | 192cca6ef2c49ac5ff46f7a31cb9dd175995658e (patch) | |
tree | 7df5158d92d5afe078aab30dd9cf152d828eac02 /arch/mips/Makefile | |
parent | cfd2afc0f654e86e3f0b5060409b90f21964b9d3 (diff) |
[MIPS] Remove Momenco Ocelot C support
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
delete mode 100644 arch/mips/configs/ocelot_c_defconfig
delete mode 100644 arch/mips/momentum/ocelot_c/Makefile
delete mode 100644 arch/mips/momentum/ocelot_c/cpci-irq.c
delete mode 100644 arch/mips/momentum/ocelot_c/dbg_io.c
delete mode 100644 arch/mips/momentum/ocelot_c/irq.c
delete mode 100644 arch/mips/momentum/ocelot_c/ocelot_c_fpga.h
delete mode 100644 arch/mips/momentum/ocelot_c/platform.c
delete mode 100644 arch/mips/momentum/ocelot_c/prom.c
delete mode 100644 arch/mips/momentum/ocelot_c/reset.c
delete mode 100644 arch/mips/momentum/ocelot_c/setup.c
delete mode 100644 arch/mips/momentum/ocelot_c/uart-irq.c
delete mode 100644 arch/mips/pci/fixup-ocelot-c.c
delete mode 100644 arch/mips/pci/pci-ocelot-c.c
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index ddb048b8600a..fc09769b3dd4 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -335,14 +335,6 @@ cflags-$(CONFIG_MOMENCO_OCELOT) += -Iinclude/asm-mips/mach-ocelot | |||
335 | load-$(CONFIG_MOMENCO_OCELOT) += 0xffffffff80100000 | 335 | load-$(CONFIG_MOMENCO_OCELOT) += 0xffffffff80100000 |
336 | 336 | ||
337 | # | 337 | # |
338 | # Momentum Ocelot-C and -CS boards | ||
339 | # | ||
340 | # The Ocelot-C[S] setup.o must be linked early - it does the ioremap() for the | ||
341 | # mips_io_port_base. | ||
342 | core-$(CONFIG_MOMENCO_OCELOT_C) += arch/mips/momentum/ocelot_c/ | ||
343 | load-$(CONFIG_MOMENCO_OCELOT_C) += 0xffffffff80100000 | ||
344 | |||
345 | # | ||
346 | # PMC-Sierra Yosemite | 338 | # PMC-Sierra Yosemite |
347 | # | 339 | # |
348 | core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ | 340 | core-$(CONFIG_PMC_YOSEMITE) += arch/mips/pmc-sierra/yosemite/ |