diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-06-21 15:06:21 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-10 17:33:00 +0100 |
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 12e24146a06..ddb048b8600 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -283,14 +283,6 @@ load-$(CONFIG_MACH_DECSTATION) += 0xffffffff80040000 CLEAN_FILES += drivers/tc/lk201-map.c # -# Galileo EV64120 Board -# -core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/ev64120/ -core-$(CONFIG_MIPS_EV64120) += arch/mips/gt64120/common/ -cflags-$(CONFIG_MIPS_EV64120) += -Iinclude/asm-mips/mach-ev64120 -load-$(CONFIG_MIPS_EV64120) += 0xffffffff80100000 - -# # Wind River PPMC Board (4KC + GT64120) # core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |