summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu_sh4.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>2008-07-10 19:32:53 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-08-31 22:23:50 +0900
commitb0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e (patch)
tree6a84a3600abf881a99520a2849d0c8b3dc631ea4 /include/asm-sh/cpu_sh4.h
parent33aa4eac66b71c797bbc13b3afe432a2132947d4 (diff)
downloadtalos-obmc-uboot-b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e.tar.gz
talos-obmc-uboot-b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e.zip
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 <shimoda.yoshihiro@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/asm-sh/cpu_sh4.h')
-rw-r--r--include/asm-sh/cpu_sh4.h2
1 files changed, 2 insertions, 0 deletions
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 <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
OpenPOWER on IntegriCloud