From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kodis Babu Janardhanan Date: Thu, 24 Jul 2003 17:36:13 -0700 Subject: [U-Boot-Users] Where do I need to call my set-enet-address function? Message-ID: <4.3.1.2.20030724173324.01755348@jittlov.qualcomm.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, I trying to get rid off hard-coded mac addresss and trying to set the mac address by reading from the eeprom. I commented the CONFIG_ETHADDR in the config file and called my function from the lib_ppc/board.c (init routine), it complains about ethaddr not set. Where is the appropriate place to call my function. Thanks Kodis