Re: [U-Boot] [PATCH] net: designware: Program MAC address to hardware after soft reset

2015-07-07 Thread Bin Meng
+Tom On Mon, Jun 15, 2015 at 11:43 PM, Joe Hershberger wrote: > Hi Bin, > > On Mon, Jun 15, 2015 at 5:40 AM, Bin Meng wrote: >> commit f566c99 "net: Update hardware MAC address if it changes in env" >> removes writing MAC address to designware controller after soft reset. >> This makes designwar

Re: [U-Boot] [PATCH] net: designware: Program MAC address to hardware after soft reset

2015-06-15 Thread Joe Hershberger
Hi Bin, On Mon, Jun 15, 2015 at 5:40 AM, Bin Meng wrote: > commit f566c99 "net: Update hardware MAC address if it changes in env" > removes writing MAC address to designware controller after soft reset. > This makes designware ethernet port fail to work. Actually the MAC > address should always b

[U-Boot] [PATCH] net: designware: Program MAC address to hardware after soft reset

2015-06-15 Thread Bin Meng
commit f566c99 "net: Update hardware MAC address if it changes in env" removes writing MAC address to designware controller after soft reset. This makes designware ethernet port fail to work. Actually the MAC address should always be programmed after soft reset. Signed-off-by: Bin Meng --- driv