Re: [U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-02 Thread Joe Hershberger
On Wed, Mar 2, 2016 at 1:01 AM, Stefan Roese wrote: > Hi Joe, > > > On 02.03.2016 07:46, Joe Hershberger wrote: >> >> On Wed, Mar 2, 2016 at 12:21 AM, Stefan Roese wrote: >>> >>> Hi Joe, >>> >>> (adding Tom to Cc as this seems to be a fundamental issue) >>> >>> On 01.03.2016 20:40, Joe Hershberge

Re: [U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-01 Thread Stefan Roese
Hi Joe, On 02.03.2016 07:46, Joe Hershberger wrote: On Wed, Mar 2, 2016 at 12:21 AM, Stefan Roese wrote: Hi Joe, (adding Tom to Cc as this seems to be a fundamental issue) On 01.03.2016 20:40, Joe Hershberger wrote: On Tue, Mar 1, 2016 at 4:35 AM, Stefan Roese wrote: Hi Joe, I'm currentl

Re: [U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-01 Thread Joe Hershberger
Hi Stefan, On Wed, Mar 2, 2016 at 12:21 AM, Stefan Roese wrote: > Hi Joe, > > (adding Tom to Cc as this seems to be a fundamental issue) > > On 01.03.2016 20:40, Joe Hershberger wrote: >> On Tue, Mar 1, 2016 at 4:35 AM, Stefan Roese wrote: >>> Hi Joe, >>> >>> I'm currently stumbling over a probl

Re: [U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-01 Thread Stefan Roese
Hi Joe, (adding Tom to Cc as this seems to be a fundamental issue) On 01.03.2016 20:40, Joe Hershberger wrote: > On Tue, Mar 1, 2016 at 4:35 AM, Stefan Roese wrote: >> Hi Joe, >> >> I'm currently stumbling over a problem in some board specific code >> (not in mainline yet), that sets the "ipaddr

Re: [U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-01 Thread Joe Hershberger
Hi Stefan, On Tue, Mar 1, 2016 at 4:35 AM, Stefan Roese wrote: > Hi Joe, > > I'm currently stumbling over a problem in some board specific code > (not in mainline yet), that sets the "ipaddr" env variable via > setenv(). But as I now noticed, the callback on_ipaddr() doesn't > set net_ip to this

[U-Boot] Setting ipaddr via setenv() - H_INTERACTIVE vs H_PROGRAMMATIC

2016-03-01 Thread Stefan Roese
Hi Joe, I'm currently stumbling over a problem in some board specific code (not in mainline yet), that sets the "ipaddr" env variable via setenv(). But as I now noticed, the callback on_ipaddr() doesn't set net_ip to this new value. As flags has H_PROGRAMMATIC set and op_ipaddr() skips setting th