Re: [U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Premi, Sanjeev > Sent: Thursday, December 24, 2009 6:43 PM > To: Marcel Ziswiler; u-boot@lists.denx.de > Cc: s...@denx.de > Subject: Re: [U-Boot] [PAT

Re: [U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET

2009-12-24 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Marcel Ziswiler > Sent: Thursday, December 24, 2009 7:39 AM > To: u-boot@lists.denx.de > Cc: s...@denx.de > Subject: [U-Boot] [PATCH] ARM: Fix building w

[U-Boot] [PATCH] ARM: Fix building without CONFIG_CMD_NET

2009-12-23 Thread Marcel Ziswiler
Delta and Zylonite both do not define CONFIG_CMD_NET by default and therefore failed building: lib_arm/libarm.a(board.o): In function `start_armboot': /home/sumo/Noser/Linux/u-boot.git/lib_arm/board.c:360: undefined reference to `getenv_IPaddr' make: *** [u-boot] Error 1 Saw that this got alread