diff options
author | Yoichi Yuasa <yuasa@hh.iij4u.or.jp> | 2005-09-03 18:56:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-05 03:06:02 -0400 |
commit | 8bb670c1407c2a4890810fd3e348dac1b89e669e (patch) | |
tree | a001088c4c8fe47fee724f883ed710a76fb192a6 /arch/mips/Makefile | |
parent | 979934da9e7a0005bd9c8b1d7d00febb59ff67f7 (diff) |
[PATCH] mips: change system type name in proc for vr41xx
This patch has changed system type name in proc for vr41xx.
Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index bc1c44274a58..bf874f45144f 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -490,13 +490,11 @@ load-$(CONFIG_NEC_CMBVR4133) += 0xffffffff80100000 | |||
490 | # | 490 | # |
491 | # ZAO Networks Capcella (VR4131) | 491 | # ZAO Networks Capcella (VR4131) |
492 | # | 492 | # |
493 | core-$(CONFIG_ZAO_CAPCELLA) += arch/mips/vr41xx/zao-capcella/ | ||
494 | load-$(CONFIG_ZAO_CAPCELLA) += 0xffffffff80000000 | 493 | load-$(CONFIG_ZAO_CAPCELLA) += 0xffffffff80000000 |
495 | 494 | ||
496 | # | 495 | # |
497 | # Victor MP-C303/304 (VR4122) | 496 | # Victor MP-C303/304 (VR4122) |
498 | # | 497 | # |
499 | core-$(CONFIG_VICTOR_MPC30X) += arch/mips/vr41xx/victor-mpc30x/ | ||
500 | load-$(CONFIG_VICTOR_MPC30X) += 0xffffffff80001000 | 498 | load-$(CONFIG_VICTOR_MPC30X) += 0xffffffff80001000 |
501 | 499 | ||
502 | # | 500 | # |
@@ -514,13 +512,11 @@ load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | |||
514 | # | 512 | # |
515 | # TANBAC TB0226 Mbase (VR4131) | 513 | # TANBAC TB0226 Mbase (VR4131) |
516 | # | 514 | # |
517 | core-$(CONFIG_TANBAC_TB0226) += arch/mips/vr41xx/tanbac-tb0226/ | ||
518 | load-$(CONFIG_TANBAC_TB0226) += 0xffffffff80000000 | 515 | load-$(CONFIG_TANBAC_TB0226) += 0xffffffff80000000 |
519 | 516 | ||
520 | # | 517 | # |
521 | # TANBAC TB0229 VR4131DIMM (VR4131) | 518 | # TANBAC TB0229 VR4131DIMM (VR4131) |
522 | # | 519 | # |
523 | core-$(CONFIG_TANBAC_TB0229) += arch/mips/vr41xx/tanbac-tb0229/ | ||
524 | load-$(CONFIG_TANBAC_TB0229) += 0xffffffff80000000 | 520 | load-$(CONFIG_TANBAC_TB0229) += 0xffffffff80000000 |
525 | 521 | ||
526 | # | 522 | # |