From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Thu, 04 Dec 2008 10:53:00 +0900 Subject: [U-Boot] [PATCH] sh: sh7763rdp: Update sh7763rdp config In-Reply-To: <492BAE4A.1010606@gmail.com> References: <492625B2.5020800@renesas.com> <492BAE4A.1010606@gmail.com> Message-ID: <493737FC.2060300@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Ben. Ben Warren wrote: > Hi Nobuhiro, > > Nobuhiro Iwamatsu wrote: >> Add CONFIG_NET_MULTI in config file, because sh_eth changed new >> newwork API. >> >> Signed-off-by: Nobuhiro Iwamatsu >> --- >> include/configs/sh7763rdp.h | 1 + >> 2 files changed, 2 insertions(+), 1 deletions(-) >> >> diff --git a/include/configs/sh7763rdp.h b/include/configs/sh7763rdp.h >> index 8a76dad..4ea79cf 100644 >> --- a/include/configs/sh7763rdp.h >> +++ b/include/configs/sh7763rdp.h >> @@ -118,6 +118,7 @@ >> #define CONFIG_SYS_HZ (CONFIG_SYS_CLK_FREQ / >> TMU_CLK_DIVIDER) >> >> /* Ether */ >> +#define CONFIG_NET_MULTI 1 >> #define CONFIG_SH_ETHER 1 >> #define CONFIG_SH_ETHER_USE_PORT (1) >> #define CONFIG_SH_ETHER_PHY_ADDR (0x01) >> > I added this to net/next, although it's not strictly a network patch. I > figured that it really needs to stick with the other patch that you sent > changing the API for your SH ethernet controller. Hopefully that's OK. Thank you! Best regards, Nobuhiro