diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-06-06 16:24:13 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-06-09 14:20:57 +0900 |
commit | 60179098a95eaa972007d7ec58e4c1588029720f (patch) | |
tree | 74ba9d4cce89139149ffebe18e4f3858e1a92bac /include/asm-sh/cpu_sh4.h | |
parent | 08c5fabe181d663eec0feba5ecd02c0b78934a52 (diff) | |
download | u-boot-imx-60179098a95eaa972007d7ec58e4c1588029720f.zip u-boot-imx-60179098a95eaa972007d7ec58e4c1588029720f.tar.gz u-boot-imx-60179098a95eaa972007d7ec58e4c1588029720f.tar.bz2 |
sh: Add support Renesas SH7763
Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
This patch supprts CPU register's header file.
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 c200ba5..5a8a5a1 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_SH7763) +# include <asm/cpu_sh7763.h> #elif defined (CONFIG_CPU_SH7780) # include <asm/cpu_sh7780.h> #else |