From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 11 Jun 2014 02:32:08 +0200 Subject: [U-Boot] [PATCH] dfu: Disable default calculation of CRC32 In-Reply-To: <1402395959-14909-1-git-send-email-l.majewski@samsung.com> References: <1402395959-14909-1-git-send-email-l.majewski@samsung.com> Message-ID: <201406110232.08628.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 was calculated unconditionally. > This patch changes this and from now - by default the crc32 is NOT > calculated anymore. > > Signed-off-by: Lukasz Majewski > Cc: Marek Vasut Applied, thanks. Best regards, Marek Vasut