aboutsummaryrefslogtreecommitdiff
path: root/include/asm-sh/cpu_sh4.h
diff options
context:
space:
mode:
authorWolfgang Denk2008-06-11 22:54:47 +0200
committerWolfgang Denk2008-06-11 22:54:47 +0200
commitb77cddc7b52acd4ed78830ac681a398dd3053938 (patch)
treedab1f62cccef0dfb5d7f9ff9e1b87328cd425848 /include/asm-sh/cpu_sh4.h
parent1a5017601f6d17caedaa2bf069485d3e4155f1c0 (diff)
parent7faddaecea52f585f538fdf9c2e61f85a789b19c (diff)
Merge branch 'master' of git://www.denx.de/git/u-boot-sh
Diffstat (limited to 'include/asm-sh/cpu_sh4.h')
-rw-r--r--include/asm-sh/cpu_sh4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/cpu_sh4.h b/include/asm-sh/cpu_sh4.h
index c200ba5a463..5a8a5a149c1 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