diff options
Diffstat (limited to 'arch/mips/include/asm/bootinfo.h')
-rw-r--r-- | arch/mips/include/asm/bootinfo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/bootinfo.h b/arch/mips/include/asm/bootinfo.h index 09eee09780f2..15a8ef0707c6 100644 --- a/arch/mips/include/asm/bootinfo.h +++ b/arch/mips/include/asm/bootinfo.h | |||
@@ -71,6 +71,12 @@ | |||
71 | #define MACH_LEMOTE_LL2F 7 | 71 | #define MACH_LEMOTE_LL2F 7 |
72 | #define MACH_LOONGSON_END 8 | 72 | #define MACH_LOONGSON_END 8 |
73 | 73 | ||
74 | /* | ||
75 | * Valid machtype for group INGENIC | ||
76 | */ | ||
77 | #define MACH_INGENIC_JZ4730 0 /* JZ4730 SOC */ | ||
78 | #define MACH_INGENIC_JZ4740 1 /* JZ4740 SOC */ | ||
79 | |||
74 | extern char *system_type; | 80 | extern char *system_type; |
75 | const char *get_system_type(void); | 81 | const char *get_system_type(void); |
76 | 82 | ||