From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pantelis Antoniou Date: Fri, 16 Apr 2004 10:03:50 +0300 Subject: [U-Boot-Users] Re: [patch #9/11] VLAN/CDP networking support. In-Reply-To: <20040415233501.AD390C109F@atlas.denx.de> References: <20040415233501.AD390C109F@atlas.denx.de> Message-ID: <407F8556.50302@intracom.gr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: >Dear Pantelis, > >in message <20040415214825.E8FF2C109F@atlas.denx.de> you wrote: > >>>The following patch adds networking support for >>>VLANs (802.1q), and CDP (Cisco Discovery Protocol). >>> > >Unfortunately this patch breaks supoort for ARM boards: > >Configuring for assabet board... >net.c:135: initializer element is not constant >net.c:136: initializer element is not constant >net.c: In function `NetLoop': >net.c:282: warning: implicit declaration of function `eth_set_current' >net.c: In function `NetStartAgain': >net.c:525: warning: unused variable `gd' >net/libnet.a(net.o): In function `NetLoop': >/home/wd/u-boot/net/net.c:282: undefined reference to `eth_set_current' > > >Can you please provide a patch to clean this up? > >Best regards, > >Wolfgang Denk > > Hmm. Let me download the CVS version and try again. My version passed the MAKEALL tests... Regards Pantelis