summaryrefslogtreecommitdiff
path: root/arch/sh/include/asm/cpu_sh4.h
diff options
context:
space:
mode:
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>2013-12-18 16:03:44 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2013-12-18 16:49:08 +0900
commit320cf350801f30875fe5749eee74aed242573031 (patch)
tree9d1c6cc30fa023b6e225fb23dee087eafee1652d /arch/sh/include/asm/cpu_sh4.h
parentfd44194945714a478fab6407c04453caaef0bac9 (diff)
downloadu-boot-imx-320cf350801f30875fe5749eee74aed242573031.zip
u-boot-imx-320cf350801f30875fe5749eee74aed242573031.tar.gz
u-boot-imx-320cf350801f30875fe5749eee74aed242573031.tar.bz2
sh: add support for sh7753evb board
The SH7753 EVB board has SH7753, 512MB DDR3-SDRAM, SPI ROM, Gigabit Ethernet, and eMMC. This patch support the following functions: - 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC 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 9181d59..9f48e4f 100644
--- a/arch/sh/include/asm/cpu_sh4.h
+++ b/arch/sh/include/asm/cpu_sh4.h
@@ -37,6 +37,8 @@
# include <asm/cpu_sh7734.h>
#elif defined (CONFIG_CPU_SH7752)
# include <asm/cpu_sh7752.h>
+#elif defined (CONFIG_CPU_SH7753)
+# include <asm/cpu_sh7753.h>
#elif defined (CONFIG_CPU_SH7757)
# include <asm/cpu_sh7757.h>
#elif defined (CONFIG_CPU_SH7763)