From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Sun, 04 Aug 2013 13:37:09 -0700 Subject: [U-Boot] Mac address warning In-Reply-To: <20130804202417.F2D43380480@gemini.denx.de> References: <51FAEF05.1050700@boundarydevices.com> <51FBAF54.1090502@denx.de> <20130804202417.F2D43380480@gemini.denx.de> Message-ID: <51FEBB75.4060303@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/04/2013 01:24 PM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <51FBAF54.1090502@denx.de> you wrote: >> >> Well, I have found it very useful in case I set explicitely the ethaddr >> variable, so I know where the MAC address comes from. Do you find it >> disturbing ? Maybe we could replace "warning" with "info". > > No, warning is perfectly right here. We deviate from the normal > initialization sequence, and the user should note that (and eventually > take measures to resolve the problem). > Thanks Wolfgang, Stefano and Tom straightened me out and I forwarded a patch to address the issue that mxc_fec.c wasn't properly setting a default ethaddr when an address is programmed in fuses. Regards, Eric