]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Update Freescale sys_eeprom.c to handle CCID formats
authorTimur Tabi <timur@freescale.com>
Thu, 19 Jun 2008 22:56:11 +0000 (17:56 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 15 Jul 2008 15:59:27 +0000 (10:59 -0500)
commite2d31fb3450653115452144363d5bde4e5e3e693
tree079ed4132b52693806aa5b7883c7189927c4eee9
parent348753d416cd2c9e7ec6520a544c8f33cf02a560
Update Freescale sys_eeprom.c to handle CCID formats

Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
NXID format replaces the older CCID format, but it's important to support both
since most boards out there still use the CCID format.  This change is in
preparation for using one file to handle both formats.  This will also unify
EEPROM support for all Freescale 85xx and 86xx boards.

Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
instead of ID_EEPROM_ADDR.

Signed-off-by: Timur Tabi <timur@freescale.com>
board/freescale/common/sys_eeprom.c
include/configs/MPC8610HPCD.h
include/configs/MPC8641HPCN.h