diff options
author | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> | 2007-07-30 09:40:35 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:34 -0400 |
commit | ff32b062ea6d16a1c53d57da0ac9419c9d015534 (patch) | |
tree | c206f1e32f6b10149924fc48d359574b90410cb3 /arch/mips/Makefile | |
parent | 796756bab6fd09111159b76288169e18fa13d3e8 (diff) |
[MIPS] DDB5477: 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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 2bd0a86e2f9c..32c1c8fb6f98 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -367,17 +367,6 @@ cflags-$(CONFIG_BASLER_EXCITE) += -Iinclude/asm-mips/mach-excite | |||
367 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 | 367 | load-$(CONFIG_BASLER_EXCITE) += 0x80100000 |
368 | 368 | ||
369 | # | 369 | # |
370 | # NEC DDB | ||
371 | # | ||
372 | core-$(CONFIG_DDB5XXX_COMMON) += arch/mips/ddb5xxx/common/ | ||
373 | |||
374 | # | ||
375 | # NEC DDB Vrc-5477 | ||
376 | # | ||
377 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ | ||
378 | load-$(CONFIG_DDB5477) += 0xffffffff80100000 | ||
379 | |||
380 | # | ||
381 | # Common VR41xx | 370 | # Common VR41xx |
382 | # | 371 | # |
383 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ | 372 | core-$(CONFIG_MACH_VR41XX) += arch/mips/vr41xx/common/ |