Re: [U-Boot] [PATCH] Fix enetaddr initialization with CONFIG_NET_MULTI

2009-08-13 Thread Albin Tonnerre
On Thu, Aug 13, 2009 at 01:01:16AM -0400, Mike Frysinger wrote : > On Tuesday 28 July 2009 11:44:27 Albin Tonnerre wrote: > > When CONFIG_NET_MULTI is defined, the NetLoop code looks in > > eth_get_device()->enetaddr for the MAC address. However, this value may > > not be set. In fact, it will not

Re: [U-Boot] [PATCH] Fix enetaddr initialization with CONFIG_NET_MULTI

2009-08-12 Thread Mike Frysinger
On Tuesday 28 July 2009 11:44:27 Albin Tonnerre wrote: > When CONFIG_NET_MULTI is defined, the NetLoop code looks in > eth_get_device()->enetaddr for the MAC address. However, this value may > not be set. In fact, it will not be if ethaddr was not present in the > environment when uboot was started

[U-Boot] [PATCH] Fix enetaddr initialization with CONFIG_NET_MULTI

2009-07-28 Thread Albin Tonnerre
When CONFIG_NET_MULTI is defined, the NetLoop code looks in eth_get_device()->enetaddr for the MAC address. However, this value may not be set. In fact, it will not be if ethaddr was not present in the environment when uboot was started. Therefore, even with 'setenv ethaddr xx:xx:xx:xx:xx:xx', eg.