[U-Boot] [PATCH 3/5] smc911x: silence MAC mismatch warning

2009-11-11 Thread Mike Rapoport
If there is no SROM attached to the SMSC chip it's MAC address is initialized to ff:ff:ff:ff:ff:ff and it causes the following warning: Warning: smc911x-0 MAC addresses don't match: Address in SROM is ff:ff:ff:ff:ff:ff Address in environment is 00:01:ba:dc:0d:03 Set dev->enet

Re: [U-Boot] [PATCH 3/5] smc911x: silence MAC mismatch warning

2009-11-11 Thread Mike Frysinger
On Wednesday 11 November 2009 03:03:02 Mike Rapoport wrote: > If there is no SROM attached to the SMSC chip it's MAC address is > initialized to ff:ff:ff:ff:ff:ff and it causes the following > warning: > > Warning: smc911x-0 MAC addresses don't match: > Address in SROM is ff:ff:ff:

Re: [U-Boot] [PATCH 3/5] smc911x: silence MAC mismatch warning

2009-11-11 Thread Mike Rapoport
Mike Frysinger wrote: > On Wednesday 11 November 2009 03:03:02 Mike Rapoport wrote: >> If there is no SROM attached to the SMSC chip it's MAC address is >> initialized to ff:ff:ff:ff:ff:ff and it causes the following >> warning: >> >> Warning: smc911x-0 MAC addresses don't match: >> Addre