Re: [U-Boot] [PATCH v4] net: allow setting env enetaddr from net device setting

2012-04-04 Thread Joe Hershberger
Hi Rob, On Tue, Mar 6, 2012 at 9:03 PM, Rob Herring wrote: > From: Rob Herring > > If the net driver has setup a valid ethernet address and an ethernet > address is not set in the environment already, then set the environment > variables from the net driver setting. > > This enables pxe booting

[U-Boot] [PATCH v4] net: allow setting env enetaddr from net device setting

2012-03-06 Thread Rob Herring
From: Rob Herring If the net driver has setup a valid ethernet address and an ethernet address is not set in the environment already, then set the environment variables from the net driver setting. This enables pxe booting on boards which don't set ethaddr env variable. Signed-off-by: Rob Herri