From mboxrd@z Thu Jan 1 00:00:00 1970 From: Haiying Wang Date: Fri, 28 Jan 2011 14:30:00 -0500 Subject: [U-Boot] [PATCH 5/8 v3] P1021: add P1021MDS board support In-Reply-To: <4D4317D9.5040206@freescale.com> References: <1296190690-21146-1-git-send-email-Haiying.Wang@freescale.com> <1296190690-21146-3-git-send-email-Haiying.Wang@freescale.com> <1296242534.2918.132.camel@haiying-laptop> <4D4317D9.5040206@freescale.com> Message-ID: <1296243000.2918.134.camel@haiying-laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2011-01-28 at 13:24 -0600, Timur Tabi wrote: > Haiying Wang wrote: > >>> +#define CONFIG_SYS_I2C_EEPROM_ADDR 0x52 > >> > > >> > Not 0x57? That's where the NXID EEPROM almost always is. > > It is board specific value, isn't it? P1021MDS does use 0x52 for board eeprom. > > I just wanted you to be sure it wasn't a typo. Did you actual test reading and > writing to the EEPROM with the 'mac' command? Yes, I did test and have used it for almost one year. :) Haiying