From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 08 Jan 2010 22:44:36 +0100 Subject: [U-Boot] [PATCH] Call gentenv_IPaddr only if CONFIG_CMD_NET set In-Reply-To: <4B47A59C.6090405@gmail.com> References: <1262985580-18163-1-git-send-email-albert.aribaud@free.fr> <4B47A59C.6090405@gmail.com> Message-ID: <4B47A744.6060700@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ben Warren a ?crit : > Hi Albert, > > Albert Aribaud wrote: >> ARM Boards for which CONFIG_CMD_NET is unset still >> call getenv_IPaddr from lib_arm/board.c even though >> net/net.c (which defines gentenv_IPaddr) will not >> be compiled and linked. This patch fixes this by >> making the call conditional to CONFIG_CMD_NET. >> > There's already been quite a bit of discussion about this, and another > fix is in the queue: > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/73200/match=getenv_IPaddr > > > Correct me if it doesn't fix your problem. > > regards, > Ben Thanks Ben, I obviously missed this... I can try and mumble an excuse about it being too near New Year's Eve. As long as it allows building with ARM and no CONFIG_CMD_NET, it's fine with me. Does its being "in the queue" (but obviously not committed yet as I'd pulled and checked before posting) allow me to submit patches dependent on it? Amicalement, -- Albert.