From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Wed, 21 Apr 2010 10:51:10 -0700 Subject: [U-Boot] [PATCH 2/2] Davinci: Move config of MAC address to board setup In-Reply-To: <1271838423-20183-3-git-send-email-andreas.gaer@baslerweb.com> References: <1271838423-20183-1-git-send-email-andreas.gaer@baslerweb.com> <1271838423-20183-3-git-send-email-andreas.gaer@baslerweb.com> Message-ID: <4BCF3B0E.1060807@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andreas, On 4/21/2010 1:27 AM, andreas.gaer at baslerweb.com wrote: > From: Andreas Gaeer > > Without this change the MAC address only gets properly set when the > ethaddr is already set in u-boot environment. > > Now the board setup should do the following: > 1. Put a valid ethaddr into environment (eg. by I2C EEPROM) > 2. Call dv_set_mac_address() to set the address in TI EMAC driver > > Please read the documentation. This is not how it's done. The programming of MAC addresses is currently in flux. I suggest you wait a few days and then see if changes are needed. regards, Ben