diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-18 00:28:38 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 12:39:24 -0400 |
commit | 470b160364db5b8096b8e557a23c97eb6612be67 (patch) | |
tree | e788b9548129880ecf5f6a7be89d7f1380050616 /arch/mips/Makefile | |
parent | eaff3888742155bd397e45a1c3323c0173042e5b (diff) |
[MIPS] Remove support for NEC DDB5476.
As warned several times before.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 8d1026cd0738..e0cab2850a72 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -404,12 +404,6 @@ load-$(CONFIG_MOMENCO_JAGUAR_ATX) += 0xffffffff80100000 | |||
404 | core-$(CONFIG_DDB5XXX_COMMON) += arch/mips/ddb5xxx/common/ | 404 | core-$(CONFIG_DDB5XXX_COMMON) += arch/mips/ddb5xxx/common/ |
405 | 405 | ||
406 | # | 406 | # |
407 | # NEC DDB Vrc-5476 | ||
408 | # | ||
409 | core-$(CONFIG_DDB5476) += arch/mips/ddb5xxx/ddb5476/ | ||
410 | load-$(CONFIG_DDB5476) += 0xffffffff80080000 | ||
411 | |||
412 | # | ||
413 | # NEC DDB Vrc-5477 | 407 | # NEC DDB Vrc-5477 |
414 | # | 408 | # |
415 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ | 409 | core-$(CONFIG_DDB5477) += arch/mips/ddb5xxx/ddb5477/ |