diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-28 09:20:16 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:29 -0400 |
commit | 0b0ef2ea00c581d613e15eadc3215d52a6a55946 (patch) | |
tree | d5081883a39ceb9a29b1f7b1123a4873becb6682 /arch/mips/Makefile | |
parent | e7865765ef85473c1b97aad86d44b80dc260dbbf (diff) |
[MIPS] Remove Momentum Ocelot support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 6ac8bdae612a..2bd0a86e2f9c 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -337,17 +337,6 @@ cflags-$(CONFIG_MIPS_SIM) += -Iinclude/asm-mips/mach-mipssim | |||
337 | load-$(CONFIG_MIPS_SIM) += 0x80100000 | 337 | load-$(CONFIG_MIPS_SIM) += 0x80100000 |
338 | 338 | ||
339 | # | 339 | # |
340 | # Momentum Ocelot board | ||
341 | # | ||
342 | # The Ocelot setup.o must be linked early - it does the ioremap() for the | ||
343 | # mips_io_port_base. | ||
344 | # | ||
345 | core-$(CONFIG_MOMENCO_OCELOT) += arch/mips/gt64120/common/ \ | ||
346 | arch/mips/gt64120/momenco_ocelot/ | ||
347 | cflags-$(CONFIG_MOMENCO_OCELOT) += -Iinclude/asm-mips/mach-ocelot | ||
348 | load-$(CONFIG_MOMENCO_OCELOT) += 0xffffffff80100000 | ||
349 | |||
350 | # | ||
351 | # PMC-Sierra MSP SOCs | 340 | # PMC-Sierra MSP SOCs |
352 | # | 341 | # |
353 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ | 342 | core-$(CONFIG_PMC_MSP) += arch/mips/pmc-sierra/msp71xx/ |