From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Kagstrom Date: Tue, 30 Mar 2010 09:43:12 +0200 Subject: [U-Boot] net, kirkwood_egiga: init mac address before using network commands In-Reply-To: <4BB18E5F.6060705@denx.de> References: <4BB18E5F.6060705@denx.de> Message-ID: <20100330094312.540eefbf@marrow.netinsight.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 30 Mar 2010 07:38:39 +0200 Heiko Schocher wrote: > initialize mac address with the value from "ethaddr", before > doing some network commands. This is not in line with u-boot > design principle "not to initalize not used devices", and > maybe should go away, if there is a solution for passing > the mac address to arm linux kernels. I also tried this change half a year ago, but it got NACK:ed. The discussion is here if you are interested: http://www.mail-archive.com/u-boot at lists.denx.de/msg16994.html // Simon