fsl: update CRC after setting EEPROM identifier
authorTimur Tabi <timur@freescale.com>
Wed, 9 Feb 2011 19:40:51 +0000 (13:40 -0600)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 10 Feb 2011 05:30:39 +0000 (23:30 -0600)
commit3fee334c85fd16904f8d23487247508cceab0228
treea3ea6e3aa9e25c8cd1353195268ad46f70206c9f
parent494a7d215bfba17f1a94736df40c332c8713c30e
fsl: update CRC after setting EEPROM identifier

The "mac id" command is used to initialize the EEPROM data to a specific
format, but it was not updating the CRC.  This didn't cause any real
problems, because writing the data to the EEPROM will always update the
CRC anyway, but it did result in a bogus CRC warning.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
board/freescale/common/sys_eeprom.c