From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grzegorz Bernacki Date: Fri, 13 Mar 2009 10:49:54 +0100 Subject: [U-Boot] [PATCH v6] Add support for the digsy MTC board. In-Reply-To: <20090312184742.87C12832E8B8@gemini.denx.de> References: <12345332203460-git-send-email-gjb@semihalf.com> <20090312125601.96527832E8B8@gemini.denx.de> <49B92954.2080504@semihalf.com> <20090312184742.87C12832E8B8@gemini.denx.de> Message-ID: <49BA2C42.5080903@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >> Yes we can, but it is safer this way in the case when ethernet address >> spans across two chips. Rest of comments addressed in version 7 of the >> patch which will be sent soon. > > Is such a scenario (MAC address split across 2 different EEPROM > devices) possible (and supported) on these systems? > I think it is possible, cause whole eeprom is threated as a one continuous area. Moreover, this function is called only if ethaddr environment variable is not set, so not very often. I don't think optimizing it is worth risk of reading incorrect ethernet address. regards, Grzesiek