diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-06-21 02:06:21 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 12:33:00 -0400 |
commit | 6b5bf509317c013ea0a7c166affc1d4631720d85 (patch) | |
tree | 09c4cfaea1feca577930edbb7e382b573c98290e /arch/mips/Makefile | |
parent | 36de48de85bdb9bc8c35c1eb513737c187d70a46 (diff) |
[MIPS] EV64120: Remove support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 12e24146a06c..ddb048b8600a 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -283,14 +283,6 @@ load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 | |||
283 | CLEAN_FILES += drivers/tc/lk201-map.c | 283 | CLEAN_FILES += drivers/tc/lk201-map.c |
284 | 284 | ||
285 | # | 285 | # |
286 | # Galileo EV64120 Board | ||
287 | # | ||
288 | core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/ev64120/ | ||
289 | core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/common/ | ||
290 | cflags-$(CONFIG_MIPS_EV64120) += -Iinclude/asm-mips/mach-ev64120 | ||
291 | load-$(CONFIG_MIPS_EV64120) += 0xffffffff80100000 | ||
292 | |||
293 | # | ||
294 | # Wind River PPMC Board (4KC + GT64120) | 286 | # Wind River PPMC Board (4KC + GT64120) |
295 | # | 287 | # |
296 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 288 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |