Re: [U-Boot] [PATCH] cmd: remove NET and CMD_NET dependency for CMD_PXE

2019-10-29 Thread Patrice CHOTARD
Hi Tom On 10/28/19 2:49 PM, Tom Rini wrote: > On Mon, Oct 28, 2019 at 02:23:19PM +0100, Patrice Chotard wrote: > >> It allows to use sysboot command on board which have no NET support. >> >> Currently, sysboot command can't be used if CMD_NET and NET flags are >> not set, while sysboot allows to l

Re: [U-Boot] [PATCH] cmd: remove NET and CMD_NET dependency for CMD_PXE

2019-10-28 Thread Tom Rini
On Mon, Oct 28, 2019 at 02:23:19PM +0100, Patrice Chotard wrote: > It allows to use sysboot command on board which have no NET support. > > Currently, sysboot command can't be used if CMD_NET and NET flags are > not set, while sysboot allows to load extlinux.conf file from local > filesystem, so

[U-Boot] [PATCH] cmd: remove NET and CMD_NET dependency for CMD_PXE

2019-10-28 Thread Patrice Chotard
It allows to use sysboot command on board which have no NET support. Currently, sysboot command can't be used if CMD_NET and NET flags are not set, while sysboot allows to load extlinux.conf file from local filesystem, so it doesn't need to depend of CMD_NET and NET flags. One solution would be t