aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson32/common/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/loongson32/common/setup.c')
-rw-r--r--arch/mips/loongson32/common/setup.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/loongson32/common/setup.c b/arch/mips/loongson32/common/setup.c
index 62f41afee241..1640744288ee 100644
--- a/arch/mips/loongson32/common/setup.c
+++ b/arch/mips/loongson32/common/setup.c
@@ -22,7 +22,11 @@ const char *get_system_type(void)
22 22
23 switch (processor_id & PRID_REV_MASK) { 23 switch (processor_id & PRID_REV_MASK) {
24 case PRID_REV_LOONGSON1B: 24 case PRID_REV_LOONGSON1B:
25#if defined(CONFIG_LOONGSON1_LS1B)
25 return "LOONGSON LS1B"; 26 return "LOONGSON LS1B";
27#elif defined(CONFIG_LOONGSON1_LS1C)
28 return "LOONGSON LS1C";
29#endif
26 default: 30 default:
27 return "LOONGSON (unknown)"; 31 return "LOONGSON (unknown)";
28 } 32 }