summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bugs.h
diff options
context:
space:
mode:
authorMagnus Damm2007-07-25 03:49:21 +0200
committerPaul Mundt2007-07-25 03:49:21 +0200
commit870e8a24380cf1854dc1bb5fa5abebb44d82674b (patch)
tree67f5e33c93eefb862eb2be092044ca5b12c59193 /include/asm-sh/bugs.h
parentsh: remove old broken pint code (diff)
downloadkernel-qcow2-linux-870e8a24380cf1854dc1bb5fa5abebb44d82674b.tar.gz
kernel-qcow2-linux-870e8a24380cf1854dc1bb5fa5abebb44d82674b.tar.xz
kernel-qcow2-linux-870e8a24380cf1854dc1bb5fa5abebb44d82674b.zip
sh: remove support for sh73180 and solution engine 73180
This patch removes old dead code: - kill off sh73180 cpu support - get rid of broken solution engine 73180 board support Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/bugs.h')
-rw-r--r--include/asm-sh/bugs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/bugs.h b/include/asm-sh/bugs.h
index aeee8da9c54f..d5d7a16cbfe0 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -39,7 +39,7 @@ static void __init check_bugs(void)
*p++ = '4';
*p++ = 'a';
break;
- case CPU_SH73180 ... CPU_SH7722:
+ case CPU_SH7343 ... CPU_SH7722:
*p++ = '4';
*p++ = 'a';
*p++ = 'l';