summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cpu_sh4.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2012-01-11 10:45:01 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2012-05-28 09:12:53 +0900
commit2a57e7ec9620fcb66bce92cf769e5f74c5d333cb (patch)
tree4aec6f385964c1ba57d6b84a6e147d82a7e1e58e /arch/sh/include/asm/cpu_sh4.h
parent4398d55991eb3c2484a2a8e991d701e5d7a64874 (diff)
downloadu-boot-imx-2a57e7ec9620fcb66bce92cf769e5f74c5d333cb.zip
u-boot-imx-2a57e7ec9620fcb66bce92cf769e5f74c5d333cb.tar.gz
u-boot-imx-2a57e7ec9620fcb66bce92cf769e5f74c5d333cb.tar.bz2
sh: Add support Renesas SH7734
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/include/asm/cpu_sh4.h')
-rw-r--r--arch/sh/include/asm/cpu_sh4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/cpu_sh4.h b/arch/sh/include/asm/cpu_sh4.h
index 4351e8e..f1f49fe 100644
--- a/arch/sh/include/asm/cpu_sh4.h
+++ b/arch/sh/include/asm/cpu_sh4.h
@@ -46,6 +46,8 @@
# include <asm/cpu_sh7723.h>
#elif defined (CONFIG_CPU_SH7724)
# include <asm/cpu_sh7724.h>
+#elif defined (CONFIG_CPU_SH7734)
+# include <asm/cpu_sh7734.h>
#elif defined (CONFIG_CPU_SH7757)
# include <asm/cpu_sh7757.h>
#elif defined (CONFIG_CPU_SH7763)