mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[MIPS] Remove unused system type name for DDB5074 and DDB5476.
This patch removes unused system type name. DDB5074 and DDB5476 were already removed. Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
7ae7cdab97
commit
1500b9a0f4
@ -21,8 +21,6 @@
|
||||
const char *get_system_type(void)
|
||||
{
|
||||
switch (mips_machtype) {
|
||||
case MACH_NEC_DDB5074: return "NEC DDB Vrc-5074";
|
||||
case MACH_NEC_DDB5476: return "NEC DDB Vrc-5476";
|
||||
case MACH_NEC_DDB5477: return "NEC DDB Vrc-5477";
|
||||
case MACH_NEC_ROCKHOPPER: return "NEC Rockhopper";
|
||||
case MACH_NEC_ROCKHOPPERII: return "NEC RockhopperII";
|
||||
|
Loading…
Reference in New Issue
Block a user