Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-14 Thread Joe Hershberger
Hi Chris, On Mon, Jun 13, 2016 at 5:52 PM, Chris Packham wrote: > On 06/14/2016 10:19 AM, Joe Hershberger wrote: >> Hi Chris, >> >> On Mon, Jun 13, 2016 at 4:13 PM, Chris Packham >> wrote: >>> On 06/14/2016 06:34 AM, Joe

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-14 Thread Chris Packham
On 06/14/2016 10:19 AM, Joe Hershberger wrote: > Hi Chris, > > On Mon, Jun 13, 2016 at 4:13 PM, Chris Packham > wrote: >> On 06/14/2016 06:34 AM, Joe Hershberger wrote: >>> Hi Chris, >>> >>> On Sun, Jun 12, 2016 at 3:58 PM, Chris Packham >>>

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-14 Thread Joe Hershberger
Hi Chris, On Mon, Jun 13, 2016 at 4:13 PM, Chris Packham wrote: > On 06/14/2016 06:34 AM, Joe Hershberger wrote: >> Hi Chris, >> >> On Sun, Jun 12, 2016 at 3:58 PM, Chris Packham >> wrote: >>> Hi Joe, >>> >>> On 06/11/2016

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-14 Thread Chris Packham
On 06/14/2016 06:34 AM, Joe Hershberger wrote: > Hi Chris, > > On Sun, Jun 12, 2016 at 3:58 PM, Chris Packham > wrote: >> Hi Joe, >> >> On 06/11/2016 03:56 AM, Joe Hershberger wrote: >>> On Thu, Jun 9, 2016 at 8:40 PM, Matthew Bright >>>

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-13 Thread Joe Hershberger
Hi Chris, On Sun, Jun 12, 2016 at 3:58 PM, Chris Packham wrote: > Hi Joe, > > On 06/11/2016 03:56 AM, Joe Hershberger wrote: >> On Thu, Jun 9, 2016 at 8:40 PM, Matthew Bright >> wrote: >>> The patch fd3056337e6fcc introduces

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-12 Thread Chris Packham
Hi Joe, On 06/11/2016 03:56 AM, Joe Hershberger wrote: > On Thu, Jun 9, 2016 at 8:40 PM, Matthew Bright > wrote: >> The patch fd3056337e6fcc introduces env callbacks to several of the net >> related env variables. These callbacks are responsible for updating

Re: [U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-10 Thread Joe Hershberger
On Thu, Jun 9, 2016 at 8:40 PM, Matthew Bright wrote: > The patch fd3056337e6fcc introduces env callbacks to several of the net > related env variables. These callbacks are responsible for updating the > corresponding global variables internal to the net source

[U-Boot] [PATCH] net: Allow setenv to set net global variables

2016-06-10 Thread Matthew Bright
The patch fd3056337e6fcc introduces env callbacks to several of the net related env variables. These callbacks are responsible for updating the corresponding global variables internal to the net source code. However this behavior will be skipped if the source of the callbacks originated from