Re: [U-Boot] [PATCH] board/freescale: Move CRC32 offset in NXID v1 data format

2014-05-20 Thread York Sun
On 04/25/2014 04:38 PM, Ebony Zhu wrote: > According to AN3638, CRC of NXID v1 is at the end of the > 256-byte I2C memory. The wrong CRC32 offset prevents Uboot > from reading system information from EEPROM. No NXID v0 is > being used on Freescale boards. > > Signed-off-by: Ebony Zhu > --- Appl

[U-Boot] [PATCH] board/freescale: Move CRC32 offset in NXID v1 data format

2014-04-25 Thread Ebony Zhu
According to AN3638, CRC of NXID v1 is at the end of the 256-byte I2C memory. The wrong CRC32 offset prevents Uboot from reading system information from EEPROM. No NXID v0 is being used on Freescale boards. Signed-off-by: Ebony Zhu --- board/freescale/common/sys_eeprom.c | 7 --- 1 file chan