Re: [U-Boot] [PATCH v2] dfu: Introduction of the "dfu_checksum_method" env variable for checksum method setting

2014-05-05 Thread Marek Vasut
On Monday, May 05, 2014 at 03:16:26 PM, Lukasz Majewski wrote: > Up till now the CRC32 of received data was calculated unconditionally. > The standard crc32 implementation causes long delays when large images > were uploaded. > > The "dfu_checksum_method" environment variable gives the opportunity

[U-Boot] [PATCH v2] dfu: Introduction of the "dfu_checksum_method" env variable for checksum method setting

2014-05-05 Thread Lukasz Majewski
Up till now the CRC32 of received data was calculated unconditionally. The standard crc32 implementation causes long delays when large images were uploaded. The "dfu_checksum_method" environment variable gives the opportunity to enable on demand (when e.g. debugging) the crc32 calculation. It can