From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benedict Hewson Date: Sun, 16 Mar 2014 08:35:11 +0000 Subject: [U-Boot] setting Ethernet address In-Reply-To: <20140316080610.BC56A380411@gemini.denx.de> References: <1918123.I2qffjhUIk@desktop1> <4458778.Fr6NCEssuz@desktop1> <20140316080610.BC56A380411@gemini.denx.de> Message-ID: <2040952.7LXublz3Nm@desktop1> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sunday 16 Mar 2014 09:06:10 Wolfgang Denk wrote: > > > I was wondering why if I try to set ethaddr as part of > > CONFIG_EXTRA_ENV_SETTINGS it is not there when I boot the board. > > This would define it only in the default environment (and doing this is > strongly deprecated and will never be accepted for mainline), but it > does not influence your current environment settings. Ok, good. I was just wondering if I was doing something wrong. I will go through the rest of the code and check to make sure it is suitable and then submit a patch for the board. many thanks Ben