Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Ben Warren
Hi Wolfgang, On 4/26/2010 4:52 AM, Wolfgang Denk wrote: > Dear Ben Warren, > > In message<1272261030-9419-1-git-send-email-biggerbadder...@gmail.com> you > wrote: > >> Add a new function to the eth_device struct for programming a network >> controller's hardware address. >> >> After all netw

Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Monday, April 26, 2010 5:22 PM > To: Ben Warren > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH v2] Program net device M

Re: [U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-26 Thread Wolfgang Denk
Dear Ben Warren, In message <1272261030-9419-1-git-send-email-biggerbadder...@gmail.com> you wrote: > Add a new function to the eth_device struct for programming a network > controller's hardware address. > > After all network devices have been initialized and the proper MAC address for > each h

[U-Boot] [PATCH v2] Program net device MAC addresses after initializing

2010-04-25 Thread Ben Warren
Add a new function to the eth_device struct for programming a network controller's hardware address. After all network devices have been initialized and the proper MAC address for each has been determined, make a device driver call to program the address into the device. Only device instances wit