]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Implement verify option for md5sum command
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 17 Aug 2012 11:00:47 +0000 (11:00 +0000)
committerTom Rini <trini@ti.com>
Wed, 3 Oct 2012 23:01:22 +0000 (16:01 -0700)
commit5ab177bede8c7efc76798a79e4a3b36ed38a7401
tree2203456ab804c43b9e375e4111de401f738fe791
parent3c210e29cd9ae1b70fe89fd1d58574af4b079855
Implement verify option for md5sum command

Loosely based on CONFIG_CRC32_VERIFY.

The sum to verify against can be in memory, in a variable, or the last
parameter to the function directly.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/cmd_md5sum.c