From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 23 Dec 2009 06:50:46 +0100 Subject: [U-Boot] [PATCH] ppc: Don't use getenv_IPaddr() systems without network support In-Reply-To: <20091222220254.8631F3F6FF@gemini.denx.de> References: <1261483470-29255-1-git-send-email-sr@denx.de> <20091222220254.8631F3F6FF@gemini.denx.de> Message-ID: <200912230650.46494.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On Tuesday 22 December 2009 23:02:54 Wolfgang Denk wrote: > > This patch disables the usage of getenv_IPaddr() in lib_ppc/board.c > > on systems that don't have network support enabled. > > > > This fixes the following compilation problem: > > > > ./MAKEALL DP405 > > Configuring for DP405 board... > > lib_ppc/libppc.a(board.o): In function `board_init_r': > > /home/stefan/git/u-boot/u-boot/lib_ppc/board.c:858: undefined reference > > to `getenv_IPaddr' > > > > Signed-off-by: Stefan Roese > > --- > > lib_ppc/board.c | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > Will this patch make the "bdinfo" command print a random IP address? Maybe. Or it will be all zero's. The first intention of this patch was to fix the recent build breakage on those boards without networking support. I'll try to cook up a patch to remove networking stuff from the bdinfo command soon. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de