Re: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-22 Thread Albert ARIBAUD
Hi Stephen, On Wed, 5 Feb 2014 20:49:20 -0700, 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

Re: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-21 Thread Tom Rini
On Fri, Feb 21, 2014 at 03:31:07PM +0100, Albert ARIBAUD wrote: > Hi Stephen, > > On Thu, 20 Feb 2014 21:14:52 -0700, Stephen Warren > wrote: > > > 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

Re: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-21 Thread Albert ARIBAUD
Hi Stephen, On Thu, 20 Feb 2014 21:14:52 -0700, Stephen Warren wrote: > 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.

Re: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-20 Thread Stephen Warren
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 w

Re: [U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-10 Thread Albert ARIBAUD
Hi Stephen, On Wed, 5 Feb 2014 20:49:20 -0700, 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

[U-Boot] [PATCH V2 1/4] pxe: allow compilation when !defined(CONFIG_CMD_NET)

2014-02-05 Thread Stephen Warren
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. Signed-off-by: