summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/cpu_sh4.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2011-02-02 10:05:36 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-02-02 16:38:41 +0900
commit8e9c897b2120ccf4e1177bf3662010f6d073aa64 (patch)
treefcf2ce66ccedf61e66681f5f9e1049deceba542a /arch/sh/include/asm/cpu_sh4.h
parent6639562e6a7f2ae3160ef120d18b7796a2ff8e19 (diff)
downloadblackbird-obmc-uboot-8e9c897b2120ccf4e1177bf3662010f6d073aa64.tar.gz
blackbird-obmc-uboot-8e9c897b2120ccf4e1177bf3662010f6d073aa64.zip
sh: add support for sh7757lcr board
The R0P7757LC0030RL board has SH7757, 256MB DDR3-SDRAM, SPI ROM, Ethernet, and more. This patch supports the following functions: - 256MB DDR3-SDRAM - SPI ROM - Ethernet Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@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 fdcebd608e..9b29d3ae7c 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_SH7757)
+# include <asm/cpu_sh7757.h>
#elif defined (CONFIG_CPU_SH7763)
# include <asm/cpu_sh7763.h>
#elif defined (CONFIG_CPU_SH7780)
OpenPOWER on IntegriCloud