]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/common/sys_eeprom.c
fsl: update CRC after setting EEPROM identifier
[karo-tx-uboot.git] / board / freescale / common / sys_eeprom.c
index 11dfd84fe6e72d9675b22ac907d37a0e51594762..3ecfb06cc84d5a7a85973f03a7c256b2362d0740 100644 (file)
@@ -361,6 +361,7 @@ int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 #else
                memcpy(e.id, "CCID", sizeof(e.id));
 #endif
+               update_crc();
                return 0;
        }