diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-05-04 13:28:04 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2019-05-07 05:41:32 +0200 |
commit | 99156cd9d31ece9ea3f330cf01ce2dee23e8e222 (patch) | |
tree | caf7d277a243566412efcf48e3ba65d5c391ea31 /arch/sh/include/asm/cpu_sh4.h | |
parent | 06480665aa18ad2146b14e14ac2488f88ba274dd (diff) |
sh: 7785: Remove CPU support
There are no more boards using this CPU and there is no prospect
of any boards showing up soon, remove it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Chris Brandt <chris.brandt@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Diffstat (limited to 'arch/sh/include/asm/cpu_sh4.h')
-rw-r--r-- | arch/sh/include/asm/cpu_sh4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/cpu_sh4.h b/arch/sh/include/asm/cpu_sh4.h index 977b648dd49..5fc9c962d83 100644 --- a/arch/sh/include/asm/cpu_sh4.h +++ b/arch/sh/include/asm/cpu_sh4.h @@ -42,8 +42,6 @@ # include <asm/cpu_sh7763.h> #elif defined (CONFIG_CPU_SH7780) # include <asm/cpu_sh7780.h> -#elif defined (CONFIG_CPU_SH7785) -# include <asm/cpu_sh7785.h> #else # error "Unknown SH4 variant" #endif |