Re: [U-Boot] [PATCH V2 1/8] net/designware: Fix to restore hw mac address

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > From: Vipin KUMAR > > The network controller mac resets hardware address stored in MAC_HI and MAC_LO > registers if mac is resetted. So, hw mac address needs to be restored in case > mac is explicitly resetted from driver. > > Signed-off-by: Vi

[U-Boot] [PATCH V2 1/8] net/designware: Fix to restore hw mac address

2012-03-26 Thread Amit Virdi
From: Vipin KUMAR The network controller mac resets hardware address stored in MAC_HI and MAC_LO registers if mac is resetted. So, hw mac address needs to be restored in case mac is explicitly resetted from driver. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- drivers/net/designwar