Re: [U-Boot] [PATCH 2/2] Fix broken verify functionality in crc32 command

2015-05-05 Thread Simon Glass
On 5 May 2015 at 11:23, Joe Hershberger wrote: > Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75 > "Roll crc32 into hash infrastructure" > > The crc32 command with no -v expects an optional 3rd argument to be an > address to store the result in. With the -v switch, the last argument

[U-Boot] [PATCH 2/2] Fix broken verify functionality in crc32 command

2015-05-05 Thread Joe Hershberger
Introduced in change d20a40de9db07de1f1f06a79a4da1cdda5379b75 "Roll crc32 into hash infrastructure" The crc32 command with no -v expects an optional 3rd argument to be an address to store the result in. With the -v switch, the last argument is a crc, not an address. In the case where -v is set, we