]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[MIPS] Add RM200 with R5000 CPU to known ARC machines
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 26 May 2008 23:15:20 +0000 (01:15 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 16 Jun 2008 14:14:46 +0000 (15:14 +0100)
RM200 with R5ks have a little bit different arcname.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/fw/arc/identify.c

index 28dfd2e2989a8fd81e8513c43aec7c78b73faa06..23066985a73407c428c7aec76adc17a9702fcd57 100644 (file)
@@ -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,
        }
 };