Skip to content

Commit

Permalink
[MIPS] Add RM200 with R5000 CPU to known ARC machines
Browse files Browse the repository at this point in the history
RM200 with R5ks have a little bit different arcname.

Signed-off-by: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
tsbogend authored and ralfbaechle committed Jun 16, 2008
1 parent 0e27d79 commit 330117f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/mips/fw/arc/identify.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ static struct smatch mach_table[] = {
.liname = "SNI RM200_PCI",
.type = MACH_SNI_RM200_PCI,
.flags = PROM_FLAG_DONT_FREE_TEMP,
}, {
.arcname = "RM200PCI-R5K",
.liname = "SNI RM200_PCI-R5K",
.type = MACH_SNI_RM200_PCI,
.flags = PROM_FLAG_DONT_FREE_TEMP,
}
};

Expand Down

0 comments on commit 330117f

Please sign in to comment.