From b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e Mon Sep 17 00:00:00 2001 From: Yoshihiro Shimoda Date: Thu, 10 Jul 2008 19:32:53 +0900 Subject: sh: add support for SH7785 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other. This patch supports CPU register's header file. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Nobuhiro Iwamatsu --- include/asm-sh/cpu_sh4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asm-sh/cpu_sh4.h') diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h index 5a8a5a149c..de6eb5a437 100644 --- a/include/asm-sh/cpu_sh4.h +++ b/include/asm-sh/cpu_sh4.h @@ -39,6 +39,8 @@ # include #elif defined (CONFIG_CPU_SH7780) # include +#elif defined (CONFIG_CPU_SH7785) +# include #else # error "Unknown SH4 variant" #endif -- cgit v1.2.1