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

2012-03-06 Thread Wolfgang Denk
Dear Rob, In message <4f566d05.5020...@gmail.com> you wrote: > > >> +3. Write value to environment if setup in struct eth_device->enetaddr by > >> driver > >> + initialize() function. Give priority to the value in the environment > >> if a > >> + conflict. > > > > Sorry, but this descriptio

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

2012-03-06 Thread Rob Herring
On 03/06/2012 01:30 PM, Wolfgang Denk wrote: > Dear Rob Herring, > > In message <1328138854-28612-1-git-send-email-robherri...@gmail.com> you > wrote: >> >> --- a/doc/README.enetaddr >> +++ b/doc/README.enetaddr >> @@ -32,7 +32,9 @@ Correct flow of setting up the MAC address (summarized): >> >>

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

2012-03-06 Thread Wolfgang Denk
Dear Rob Herring, In message <1328138854-28612-1-git-send-email-robherri...@gmail.com> you wrote: > > --- a/doc/README.enetaddr > +++ b/doc/README.enetaddr > @@ -32,7 +32,9 @@ Correct flow of setting up the MAC address (summarized): > > 1. Read from hardware in initialize() function > 2. Read

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

2012-03-06 Thread Rob Herring
Wolfgang, Mike, On 02/01/2012 05:27 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