aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2008-07-14 09:54:30 -0400
committerRalf Baechle <ralf@linux-mips.org>2008-07-15 13:44:39 -0400
commit0b56fd8c7abbf85baeecb77be25c54d3c7d11587 (patch)
treec57f1842cc1eafea04abb585be8a070b2af8fc0c /include/asm-mips
parentc660729501894e0b88054ad4b66a5f98a1a2a37e (diff)
[MIPS] Remove mips_machtype from EMMA2RH machines
This is the EMMA2RH part of the mips_machtype removal. [Ralf: Fixed to the #error statements] Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/bootinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h
index 653096a69d16..51dbec9dabfd 100644
--- a/include/asm-mips/bootinfo.h
+++ b/include/asm-mips/bootinfo.h
@@ -47,11 +47,6 @@
47#define MACH_LASAT_200 1 /* Masquerade PRO/SP200 */ 47#define MACH_LASAT_200 1 /* Masquerade PRO/SP200 */
48 48
49/* 49/*
50 * Valid machtype for group NEC EMMA2RH
51 */
52#define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */
53
54/*
55 * Valid machtype for group PMC-MSP 50 * Valid machtype for group PMC-MSP
56 */ 51 */
57#define MACH_MSP4200_EVAL 0 /* PMC-Sierra MSP4200 Evaluation */ 52#define MACH_MSP4200_EVAL 0 /* PMC-Sierra MSP4200 Evaluation */