From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Mon, 17 Dec 2007 12:37:53 -0600 Subject: [U-Boot-Users] Device tree and u-boot passing MAC address questions In-Reply-To: References: Message-ID: <4766C201.1070904@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de robert lazarski wrote: > I noticed at least one other recent case of this issue, and the > 'solution' was to code in the mac address into the dts file - I tried > that and it does work. However, what's a proper solution for passing a > MAC address to the kernel from the latest u-boot? Which property in the DTS did you update? Also, you need to make sure that CONFIG_HAS_ETH2 is defined in your U-Boot board header file. -- Timur Tabi Linux kernel developer at Freescale