Re: [U-Boot] [PATCH 1/2 v2] net: punt bd-bi_ip_addr

2012-08-27 Thread Anatolij Gustschin
Hi Mike, On Thu, 5 Apr 2012 00:53:40 -0400 Mike Frysinger vap...@gentoo.org wrote: This field gets read in one place (by bdinfo), and we can replace that with getenv(ipaddr). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. unfortunately

Re: [U-Boot] [PATCH 1/2 v2] net: punt bd-bi_ip_addr

2012-05-15 Thread Joe Hershberger
Hi Mike, On Wed, Apr 4, 2012 at 11:53 PM, Mike Frysinger vap...@gentoo.org wrote: This field gets read in one place (by bdinfo), and we can replace that with getenv(ipaddr).  After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. Signed-off-by:

[U-Boot] [PATCH 1/2 v2] net: punt bd-bi_ip_addr

2012-04-04 Thread Mike Frysinger
This field gets read in one place (by bdinfo), and we can replace that with getenv(ipaddr). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. Signed-off-by: Mike Frysinger vap...@gentoo.org --- v2 - rebased onto mainline