Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-08-12 Thread Mike Frysinger
On Wednesday 05 August 2009 17:26:50 Ben Warren wrote: > Wolfgang Denk wrote: > > Mike Frysinger wrote: > >> In the previous enetaddr refactoring, the assumption with commit > >> 56b555a644 was that the eth layer would handle the env -> device > >> enetaddr syncing. This was not the case as eth_ini

Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-08-07 Thread Ben Warren
Mike, Mike Frysinger wrote: > In the previous enetaddr refactoring, the assumption with commit 56b555a644 > was that the eth layer would handle the env -> device enetaddr syncing. > This was not the case as eth_initialize() is called only once and the sync > occurs there. So make sure the eth_ini

Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-08-05 Thread Ben Warren
Wolfgang Denk wrote: > Dear Ben, > > In message <1247707888-5415-1-git-send-email-vap...@gentoo.org> Mike > Frysinger wrote: > >> In the previous enetaddr refactoring, the assumption with commit 56b555a644 >> was that the eth layer would handle the env -> device enetaddr syncing. >> This was no

Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-08-05 Thread Wolfgang Denk
Dear Ben, In message <1247707888-5415-1-git-send-email-vap...@gentoo.org> Mike Frysinger wrote: > In the previous enetaddr refactoring, the assumption with commit 56b555a644 > was that the eth layer would handle the env -> device enetaddr syncing. > This was not the case as eth_initialize() is ca

Re: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-07-17 Thread Andrzej Wolski
> In the previous enetaddr refactoring, the assumption with commit 56b555a644 > was that the eth layer would handle the env -> device enetaddr syncing. > This was not the case as eth_initialize() is called only once and the sync > occurs there. So make sure the eth_init() function does the env ->

[U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init()

2009-07-15 Thread Mike Frysinger
In the previous enetaddr refactoring, the assumption with commit 56b555a644 was that the eth layer would handle the env -> device enetaddr syncing. This was not the case as eth_initialize() is called only once and the sync occurs there. So make sure the eth_init() function does the env -> device s