From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nobuhiro Iwamatsu Date: Fri, 16 Oct 2009 15:15:37 +0900 Subject: [U-Boot] [PATCH] sh: r7780mp: Update config In-Reply-To: References: <29ab51dc0910142326y7eac8ecege62cd1300662c724@mail.gmail.com> Message-ID: <4AD80F89.4010200@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, > > On Wed, Oct 14, 2009 at 11:26 PM, Nobuhiro Iwamatsu > > > wrote: > > Enabled CONFIG_NET_MULTI. > > Signed-off-by: Nobuhiro Iwamatsu > > --- > include/configs/r7780mp.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h > index 71c570e..0701fa3 100644 > --- a/include/configs/r7780mp.h > +++ b/include/configs/r7780mp.h > @@ -150,8 +150,8 @@ > #endif /* CONFIG_CMD_PCI */ > > #if defined(CONFIG_CMD_NET) > -/* > #define CONFIG_NET_MULTI > +/* > #define CONFIG_RTL8169 > */ > /* AX88796L Support(NE2000 base chip) */ > > Does this work? NE2000 doesn't support CONFIG_NET_MULTI yet... > > I apologize if I'm missing something crucial here. Sorry, this is my check error. Thank you ! Best regards, Nobuhiro