From 1a2621bab89c3fd6bd09a601b0b94dc26e238d7c Mon Sep 17 00:00:00 2001 From: Yoshihiro Shimoda Date: Sun, 4 Nov 2012 15:53:22 +0000 Subject: sh: add support for sh7752evb board The R0P7752C00000RZ board has SH7752, 512MB DDR3-SDRAM, SPI ROM, Gigabit Ethernet, and eMMC. This patch supports the following functions: - 512MB DDR3-SDRAM, SCIF4, SPI ROM, Gigabit Ethernet, eMMC Signed-off-by: Yoshihiro Shimoda Signed-off-by: Nobuhiro Iwamatsu --- arch/sh/include/asm/cpu_sh4.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/sh/include/asm/cpu_sh4.h') diff --git a/arch/sh/include/asm/cpu_sh4.h b/arch/sh/include/asm/cpu_sh4.h index f1f49fe7fa..af5c56f21e 100644 --- a/arch/sh/include/asm/cpu_sh4.h +++ b/arch/sh/include/asm/cpu_sh4.h @@ -48,6 +48,8 @@ # include #elif defined (CONFIG_CPU_SH7734) # include +#elif defined (CONFIG_CPU_SH7752) +# include #elif defined (CONFIG_CPU_SH7757) # include #elif defined (CONFIG_CPU_SH7763) -- cgit v1.2.3