From 8e9c897b2120ccf4e1177bf3662010f6d073aa64 Mon Sep 17 00:00:00 2001 From: Yoshihiro Shimoda Date: Wed, 2 Feb 2011 10:05:36 +0900 Subject: 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 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 fdcebd608e..9b29d3ae7c 100644 --- a/arch/sh/include/asm/cpu_sh4.h +++ b/arch/sh/include/asm/cpu_sh4.h @@ -44,6 +44,8 @@ # include #elif defined (CONFIG_CPU_SH7723) # include +#elif defined (CONFIG_CPU_SH7757) +# include #elif defined (CONFIG_CPU_SH7763) # include #elif defined (CONFIG_CPU_SH7780) -- cgit v1.2.1