diff options
Diffstat (limited to 'include/asm-mips/bootinfo.h')
-rw-r--r-- | include/asm-mips/bootinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h index 8b76e7602425..12f9d7139ebf 100644 --- a/include/asm-mips/bootinfo.h +++ b/include/asm-mips/bootinfo.h | |||
@@ -207,6 +207,12 @@ | |||
207 | #define MACH_GROUP_NEC_EMMA2RH 25 /* NEC EMMA2RH (was 23) */ | 207 | #define MACH_GROUP_NEC_EMMA2RH 25 /* NEC EMMA2RH (was 23) */ |
208 | #define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */ | 208 | #define MACH_NEC_MARKEINS 0 /* NEC EMMA2RH Mark-eins */ |
209 | 209 | ||
210 | /* | ||
211 | * Valid machtype for group LEMOTE | ||
212 | */ | ||
213 | #define MACH_GROUP_LEMOTE 27 | ||
214 | #define MACH_LEMOTE_FULONG 0 | ||
215 | |||
210 | #define CL_SIZE COMMAND_LINE_SIZE | 216 | #define CL_SIZE COMMAND_LINE_SIZE |
211 | 217 | ||
212 | const char *get_system_type(void); | 218 | const char *get_system_type(void); |