projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e27d79
)
[MIPS] Add RM200 with R5000 CPU to known ARC machines
author
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Mon, 26 May 2008 23:15:20 +0000
(
01:15
+0200)
committer
Ralf 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
patch
|
blob
|
history
diff --git
a/arch/mips/fw/arc/identify.c
b/arch/mips/fw/arc/identify.c
index 28dfd2e2989a8fd81e8513c43aec7c78b73faa06..23066985a73407c428c7aec76adc17a9702fcd57 100644
(file)
--- a/
arch/mips/fw/arc/identify.c
+++ b/
arch/mips/fw/arc/identify.c
@@
-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,
}
};