Re: [U-Boot] [PATCH] dfu: Disable default calculation of CRC32

2014-06-10 Thread Marek Vasut
On Tuesday, June 10, 2014 at 12:25:59 PM, Lukasz Majewski wrote: > Patch (SHA1: bd694244db7bc969954) > dfu: Introduction of the "dfu_hash_algo" env variable for checksum method > setting > > already introduced more generic handling of the crc32 calculation. > Up till now the CRC32 of received data

[U-Boot] [PATCH] dfu: Disable default calculation of CRC32

2014-06-10 Thread Lukasz Majewski
Patch (SHA1: bd694244db7bc969954) dfu: Introduction of the "dfu_hash_algo" env variable for checksum method setting already introduced more generic handling of the crc32 calculation. Up till now the CRC32 of received data was calculated unconditionally. This patch changes this and from now - by de