From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Thu, 01 Aug 2013 16:28:05 -0700 Subject: [U-Boot] Mac address warning Message-ID: <51FAEF05.1050700@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 Hi all, While testing Troy's usbnet patches, I was reminded of this mysterious warning issued when the environment has no mac address stored, but the device provides one: printf("\nWarning: %s using MAC address from net device\n", dev->name); Why is this a warning? It's the out-of-the box default for new boards who haven't saved a mac address to the persistent environment. Please advise, Eric