aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cpu_sh4.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2011-11-15 11:00:01 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-12-02 13:46:21 +0900
commitbead86a83610bf2ac63a82f83f48ddc041aac725 (patch)
treeef49cf3ce5e4802a21da6d95c1197b6fa253e209 /arch/sh/include/asm/cpu_sh4.h
parentc67ce954331d70ff5a9412b35333194014600713 (diff)
downloadu-boot-bead86a83610bf2ac63a82f83f48ddc041aac725.zip
u-boot-bead86a83610bf2ac63a82f83f48ddc041aac725.tar.gz
u-boot-bead86a83610bf2ac63a82f83f48ddc041aac725.tar.bz2
sh: Add support Renesas SH7724
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 9b29d3a..4351e8e 100644
--- a/arch/sh/include/asm/cpu_sh4.h
+++ b/arch/sh/include/asm/cpu_sh4.h
@@ -44,6 +44,8 @@
# include <asm/cpu_sh7722.h>
#elif defined (CONFIG_CPU_SH7723)
# include <asm/cpu_sh7723.h>
+#elif defined (CONFIG_CPU_SH7724)
+# include <asm/cpu_sh7724.h>
#elif defined (CONFIG_CPU_SH7757)
# include <asm/cpu_sh7757.h>
#elif defined (CONFIG_CPU_SH7763)