Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-06-01 Thread Bin Meng
Hi Simon, On Tue, Jun 2, 2015 at 1:14 AM, Simon Glass wrote: > Hi, > > On 29 May 2015 at 01:43, Joe Hershberger wrote: >> Hi Bin, >> >> On Fri, May 29, 2015 at 2:16 AM, Bin Meng wrote: >>> Hi Heiko, >>> >>> On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote: Hello Bin, A

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-06-01 Thread Joe Hershberger
Hi Simon, On Mon, Jun 1, 2015 at 12:14 PM, Simon Glass wrote: > Hi, > > On 29 May 2015 at 01:43, Joe Hershberger wrote: >> Hi Bin, >> >> On Fri, May 29, 2015 at 2:16 AM, Bin Meng wrote: >>> Hi Heiko, >>> >>> On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote: Hello Bin,

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-06-01 Thread Simon Glass
Hi, On 29 May 2015 at 01:43, Joe Hershberger wrote: > Hi Bin, > > On Fri, May 29, 2015 at 2:16 AM, Bin Meng wrote: >> Hi Heiko, >> >> On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote: >>> Hello Bin, >>> >>> >>> Am 29.05.2015 04:33, schrieb Bin Meng: Hi Joe, On Fri, May

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-29 Thread Joe Hershberger
Hi Bin, On Fri, May 29, 2015 at 2:16 AM, Bin Meng wrote: > Hi Heiko, > > On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote: >> Hello Bin, >> >> >> Am 29.05.2015 04:33, schrieb Bin Meng: >>> >>> Hi Joe, >>> >>> On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger >>> wrote: Hi Stefano,

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-29 Thread Stefano Babic
Hi Joe, On 29/05/2015 08:09, Joe Hershberger wrote: >> Hmm.. this seems missing for all imx boards ... >> >> $ grep -lr CONFIG_NET configs | xargs grep MX > > It seems that in ed36323f, Masahiro added the CONFIG_NET config to > Kconfig, but most things depended on (and defined) CONFIG_CMD_NET, >

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-29 Thread Bin Meng
Hi Heiko, On Fri, May 29, 2015 at 1:19 PM, Heiko Schocher wrote: > Hello Bin, > > > Am 29.05.2015 04:33, schrieb Bin Meng: >> >> Hi Joe, >> >> On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger >> wrote: >>> >>> Hi Stefano, >>> >>> On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: c

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Heiko Schocher
Hello Joe, Am 29.05.2015 08:09, schrieb Joe Hershberger: Hi Heiko, On Fri, May 29, 2015 at 12:28 AM, Heiko Schocher wrote: Hello Joe, Am 28.05.2015 19:53, schrieb Joe Hershberger: Hi Stefano, On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: commit fd3056337e6fcc140f400e11edd33f6f

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Joe Hershberger
Hi Heiko, On Fri, May 29, 2015 at 12:28 AM, Heiko Schocher wrote: > Hello Joe, > > > Am 28.05.2015 19:53, schrieb Joe Hershberger: >> >> Hi Stefano, >> >> On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: >>> >>> commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 >>> "Use env callbacks for net

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Heiko Schocher
Hello Joe, Am 28.05.2015 19:53, schrieb Joe Hershberger: Hi Stefano, On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 "Use env callbacks for net variables" has a side effect on i.MX6 boards because they do not set CONFIG_NET: the ip address

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Heiko Schocher
Hello Bin, Am 29.05.2015 04:33, schrieb Bin Meng: Hi Joe, On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger wrote: Hi Stefano, On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 "Use env callbacks for net variables" has a side effect on i.M

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Bin Meng
Hi Joe, On Fri, May 29, 2015 at 1:53 AM, Joe Hershberger wrote: > Hi Stefano, > > On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: >> commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 >> "Use env callbacks for net variables" has a side effect >> on i.MX6 boards because they do not set CONFIG_

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-28 Thread Joe Hershberger
Hi Stefano, On Wed, May 27, 2015 at 4:29 AM, Stefano Babic wrote: > commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 > "Use env callbacks for net variables" has a side effect > on i.MX6 boards because they do not set CONFIG_NET: > the ip address results not set, but it is stored > in the environme

Re: [U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-27 Thread Heiko Schocher
Hello Stefano, Am 27.05.2015 11:29, schrieb Stefano Babic: commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 "Use env callbacks for net variables" has a side effect on i.MX6 boards because they do not set CONFIG_NET: the ip address results not set, but it is stored in the environment. => pri ipad

[U-Boot] [PATCH] imx: missing CONFIG_NET after consolidation patches

2015-05-27 Thread Stefano Babic
commit fd3056337e6fcc140f400e11edd33f6f1cb37de1 "Use env callbacks for net variables" has a side effect on i.MX6 boards because they do not set CONFIG_NET: the ip address results not set, but it is stored in the environment. => pri ipaddr ipaddr=192.168.178.66 => ping 192.168.178.1 *** ERROR: `ipa