diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-07-10 19:32:53 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 22:23:50 +0900 |
commit | b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e (patch) | |
tree | 6a84a3600abf881a99520a2849d0c8b3dc631ea4 /include/asm-sh/cpu_sh4.h | |
parent | 33aa4eac66b71c797bbc13b3afe432a2132947d4 (diff) | |
download | u-boot-imx-b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e.zip u-boot-imx-b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e.tar.gz u-boot-imx-b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e.tar.bz2 |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h index 5a8a5a1..de6eb5a 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 |