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:
7ae7cda
)
[MIPS] Remove unused system type name for DDB5074 and DDB5476.
author
Yoichi Yuasa
<
[email protected]
>
Tue, 20 Jun 2006 14:17:18 +0000
(23:17 +0900)
committer
Ralf Baechle
<
[email protected]
>
Thu, 29 Jun 2006 20:10:50 +0000
(21:10 +0100)
This patch removes unused system type name.
DDB5074
and
DDB5476
were already removed.
Signed-off-by: Yoichi Yuasa <
[email protected]
>
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/ddb5xxx/common/prom.c
patch
|
blob
|
history
diff --git
a/arch/mips/ddb5xxx/common/prom.c
b/arch/mips/ddb5xxx/common/prom.c
index 00c62c1c28a35baafc6201f199c0f6241b4edffd..20c845c84d4b4902ab7415e579855de7880dd24a 100644
(file)
--- a/
arch/mips/ddb5xxx/common/prom.c
+++ b/
arch/mips/ddb5xxx/common/prom.c
@@
-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";