Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-29 Thread Tom Rini
On Tue, Nov 29, 2016 at 11:42:34AM -0600, Joe Hershberger wrote: > On Tue, Nov 15, 2016 at 11:01 AM, Yann E. MORIN > wrote: > > Joe, All, > > > > On 2016-11-14 21:15 -0600, Joe Hershberger spake thusly: > >> On Sun, Nov 13, 2016 at 2:59 PM, Yann E. MORIN

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-29 Thread Joe Hershberger
On Tue, Nov 15, 2016 at 11:01 AM, Yann E. MORIN wrote: > Joe, All, > > On 2016-11-14 21:15 -0600, Joe Hershberger spake thusly: >> On Sun, Nov 13, 2016 at 2:59 PM, Yann E. MORIN >> wrote: >> > Currently, CMD_PXE is forcibly enabled in

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-29 Thread Joe Hershberger
On Thu, Nov 17, 2016 at 11:04 AM, Yann E. MORIN wrote: > Peter, All, > > On 2016-11-16 14:04 +, Peter Robinson spake thusly: >> On Sun, Nov 13, 2016 at 8:59 PM, Yann E. MORIN >> wrote: >> > Currently, CMD_PXE is forcibly enabled in

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-17 Thread Yann E. MORIN
Peter, All, On 2016-11-16 14:04 +, Peter Robinson spake thusly: > On Sun, Nov 13, 2016 at 8:59 PM, Yann E. MORIN > wrote: > > Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so > > that general purpose distributions can rely on it being defined.

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-16 Thread Peter Robinson
On Sun, Nov 13, 2016 at 8:59 PM, Yann E. MORIN wrote: > Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so > that general purpose distributions can rely on it being defined. This > header is included, under conditions or not, by various archs or >

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-15 Thread Yann E. MORIN
Joe, All, On 2016-11-14 21:15 -0600, Joe Hershberger spake thusly: > On Sun, Nov 13, 2016 at 2:59 PM, Yann E. MORIN > wrote: > > Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so > > that general purpose distributions can rely on it being defined.

Re: [U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-14 Thread Joe Hershberger
On Sun, Nov 13, 2016 at 2:59 PM, Yann E. MORIN wrote: > Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so > that general purpose distributions can rely on it being defined. This > header is included, under conditions or not, by various archs or >

[U-Boot] [PATCH] cmd: move CMD_PXE to Kconfig

2016-11-13 Thread Yann E. MORIN
Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so that general purpose distributions can rely on it being defined. This header is included, under conditions or not, by various archs or famillies of archs / SoCs. However, it is very possible that boards based on those SoCs