From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 07 Aug 2009 17:43:08 -0700 Subject: [U-Boot] [PATCH] net: sync env ethaddr to device enetaddr in eth_init() In-Reply-To: <1247707888-5415-1-git-send-email-vapier@gentoo.org> References: <1247707888-5415-1-git-send-email-vapier@gentoo.org> Message-ID: <4A7CCA1C.9000901@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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_init() function does the env -> device > sync with every network init. > > Reported-by: Andrzej Wolski > Signed-off-by: Mike Frysinger > --- Applied to net repo. thanks, Ben