Re: [U-Boot] [PATCH 2/5] net: Re-check prerequisites when autoloading

2018-07-05 Thread Alexander Graf
On 07/04/2018 06:23 PM, Joe Hershberger wrote: On Wed, Jul 4, 2018 at 4:20 AM, Alexander Graf wrote: On 07/04/2018 02:36 AM, Joe Hershberger wrote: With net autoload, we check the prerequisites for the initial command, but the greater prerequisites when autoloading are not checked. If we

Re: [U-Boot] [PATCH 2/5] net: Re-check prerequisites when autoloading

2018-07-04 Thread Joe Hershberger
On Wed, Jul 4, 2018 at 4:20 AM, Alexander Graf wrote: > On 07/04/2018 02:36 AM, Joe Hershberger wrote: >> >> With net autoload, we check the prerequisites for the initial command, >> but the greater prerequisites when autoloading are not checked. >> >> If we would attempt to autoload, check those

Re: [U-Boot] [PATCH 2/5] net: Re-check prerequisites when autoloading

2018-07-04 Thread Alexander Graf
On 07/04/2018 02:36 AM, Joe Hershberger wrote: With net autoload, we check the prerequisites for the initial command, but the greater prerequisites when autoloading are not checked. If we would attempt to autoload, check those prerequisites too. If we are not expecting a serverip from the

[U-Boot] [PATCH 2/5] net: Re-check prerequisites when autoloading

2018-07-03 Thread Joe Hershberger
With net autoload, we check the prerequisites for the initial command, but the greater prerequisites when autoloading are not checked. If we would attempt to autoload, check those prerequisites too. If we are not expecting a serverip from the server, then don't worry about it not being set, but