From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Tue, 3 Jan 2012 07:52:24 -0700 Subject: [U-Boot] [PATCH 3/6] cm-t35: add EEPROM module and pass Linux a serial number In-Reply-To: <1325512895-10917-4-git-send-email-grinberg@compulab.co.il> References: <1325512895-10917-1-git-send-email-grinberg@compulab.co.il> <1325512895-10917-4-git-send-email-grinberg@compulab.co.il> Message-ID: <4F031628.9070502@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/02/2012 07:01 AM, Igor Grinberg wrote: > From: Nikita Kiryanov > > Add board specific EEPROM handling module, > read the serial number from the EEPROM and pass it to Linux. > > Signed-off-by: Nikita Kiryanov > Signed-off-by: Igor Grinberg [snip] > +#define EEPROM_ADDR 0x50 Some grepping around says this is usually CONFIG_SYS_I2C_EEPROM_ADDR (in the config.h). Thanks. -- Tom