From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 18 Jan 2010 10:19:06 -0800 Subject: [U-Boot] ARM breakage In-Reply-To: <4B5478CB.10908@windriver.com> References: <4B5478CB.10908@windriver.com> Message-ID: <4B54A61A.7050907@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 Tom wrote: > After merging with u-boot/master > Multiple targets are fixed by getenv_IPaddr > > However, i believe this may have broken an equal number of arm targets > On regression testing there are multiple failures with this error > > smc91111_eeprom.c:33: error: redefinition of 'struct eth_device' > make[1]: *** [ .. build/examples/standalone/smc91111_eeprom.o] Error 1 > > Hmmm... The getenv_IPaddr patch added '"#include net.h"', which brings this new error. I'll come up with a workaround. > Sample of targets > omap3_evm > versatile > cerg250 > > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > regards, Ben