From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 20 May 2014 08:34:12 -0700 Subject: [U-Boot] [PATCH] board/freescale: Move CRC32 offset in NXID v1 data format In-Reply-To: <1398469124-23937-1-git-send-email-b45385@freescale.com> References: <1398469124-23937-1-git-send-email-b45385@freescale.com> Message-ID: <537B75F4.8080801@freescale.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 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 > --- Applied to u-boot-mpc85xx/master. York