From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 29 Jun 2009 15:58:38 -0700 Subject: [U-Boot] [PATCH] xscale: add support for the polaris board In-Reply-To: <4A4866A5.9070303@babic.homelinux.org> References: <1245833126-16517-1-git-send-email-sbabic@denx.de> <20090627055337.GI8587@game.jcrosoft.org> <4A4866A5.9070303@babic.homelinux.org> Message-ID: <4A49471E.5050600@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de stefano babic wrote: >>> >>> -#define CONFIG_NET_MULTI 1 >>> +#define CONFIG_NET_MULTI 0 >>> >> ??? >> > > There is only one ethernet controller available and for this reason I > cleared the NET_MULTI flag. However, I see other boards use another > approach and leave this flag set. I can let the same approach here. > > This doesn't really mean that there are multiple Ethernet controllers. It just means that U-boot should use the framework that supports multiple interfaces. Most drivers only support one framework or the other (MULTI or !MULTI), but in a couple of releases !MULTI will be going away completely. Also, we only check if CONFIG_NET_MULTI is defined, not its value. regards, Ben