From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 20 Feb 2012 11:33:37 -0700 Subject: [U-Boot] u-boot-2011.12-r3 build fails without CONFIG_CMD_NET In-Reply-To: References: Message-ID: <4F429201.5040003@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/20/2012 11:20 AM, Maxim Podbereznyy wrote: > Hi! > > I found that if CONFIG_CMD_NET is undefined in a config file then the build > is broken. Tested for Beagleboard and Overo. Correct, you also need to undefine CONFIG_CMD_NFS. -- Tom