summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/bugs.h
diff options
context:
space:
mode:
authorMagnus Damm2007-07-25 04:42:56 +0200
committerPaul Mundt2007-07-26 08:37:57 +0200
commitd89ddd1c847637d91625c8cb6b0d064e1717057c (patch)
tree7f2547f112e3cd70e06a190fc26ab701dbab71b9 /include/asm-sh/bugs.h
parentsh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies. (diff)
downloadkernel-qcow2-linux-d89ddd1c847637d91625c8cb6b0d064e1717057c.tar.gz
kernel-qcow2-linux-d89ddd1c847637d91625c8cb6b0d064e1717057c.tar.xz
kernel-qcow2-linux-d89ddd1c847637d91625c8cb6b0d064e1717057c.zip
sh: remove support for sh7300 and solution engine 7300
This patch removes old dead code: - kill off sh7300 cpu support - get rid of broken solution engine 7300 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 d5d7a16cbfe0..b66139ff73fc 100644
--- a/include/asm-sh/bugs.h
+++ b/include/asm-sh/bugs.h
@@ -29,7 +29,7 @@ static void __init check_bugs(void)
*p++ = '2';
*p++ = 'a';
break;
- case CPU_SH7705 ... CPU_SH7300:
+ case CPU_SH7705 ... CPU_SH7729:
*p++ = '3';
break;
case CPU_SH7750 ... CPU_SH4_501: