diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-08-22 17:48:51 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-08-31 23:02:21 +0900 |
commit | ab09f433b50bb83b5e440c335bc3839ee069e534 (patch) | |
tree | 2c2d4a4860b3d94958858f3c2ab157d020242e88 /include/asm-sh/cpu_sh4.h | |
parent | c655fad06ba3fb042dbc667724a40e1a9a091248 (diff) | |
download | u-boot-imx-ab09f433b50bb83b5e440c335bc3839ee069e534.zip u-boot-imx-ab09f433b50bb83b5e440c335bc3839ee069e534.tar.gz u-boot-imx-ab09f433b50bb83b5e440c335bc3839ee069e534.tar.bz2 |
sh: add support Renesas SH7723
Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
This patch supports CPU register's header file and SCIF serial driver.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@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 de6eb5a..b6cc6cf 100644 --- a/include/asm-sh/cpu_sh4.h +++ b/include/asm-sh/cpu_sh4.h @@ -35,6 +35,8 @@ # include <asm/cpu_sh7750.h> #elif defined (CONFIG_CPU_SH7722) # include <asm/cpu_sh7722.h> +#elif defined (CONFIG_CPU_SH7723) +# include <asm/cpu_sh7723.h> #elif defined (CONFIG_CPU_SH7763) # include <asm/cpu_sh7763.h> #elif defined (CONFIG_CPU_SH7780) |