]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/freescale: Move CRC32 offset in NXID v1 data format
authorEbony Zhu <b45385@freescale.com>
Fri, 25 Apr 2014 23:38:44 +0000 (18:38 -0500)
committerYork Sun <yorksun@freescale.com>
Fri, 16 May 2014 21:24:05 +0000 (16:24 -0500)
commit477c894ff475be9886bd936fa8eeef7bfe862161
tree1bd9228d9c5bafa7c239be0823eb7b3118df78da
parentffc8667acf5c01e2b1ab7b7bb640ddaf2d1f2784
board/freescale: Move CRC32 offset in NXID v1 data format

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 <b45385@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
board/freescale/common/sys_eeprom.c