From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 20 Feb 2014 21:14:52 -0700 Subject: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET) In-Reply-To: <1391658563-10962-1-git-send-email-swarren@wwwdotorg.org> References: <1391658563-10962-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <5306D2BC.4010206@wwwdotorg.org> 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/05/2014 08:49 PM, Stephen Warren wrote: > pxe.c provides both the "pxe" command which relies on a network, and the > "sysboot" command which doesn't. Fix the file to compile when network > support isn't enabled. This is useful e.g. on the Raspberry Pi which has > no network support yet, but will soon support the sysboot command. Albert, does this series look good? Everything it relies on should be in u-boot/master for a while now. Thanks.