]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add parameter to sha1sum to save the SHA1 sum
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 17 Aug 2012 11:00:46 +0000 (11:00 +0000)
committerTom Rini <trini@ti.com>
Wed, 3 Oct 2012 23:01:22 +0000 (16:01 -0700)
commit3c210e29cd9ae1b70fe89fd1d58574af4b079855
treee6d840168b6362d6a0c024bc6ab248d2552cf6c3
parente6e77d354f0ebb9ddb2261126ec228c785ef4f33
Add parameter to sha1sum to save the SHA1 sum

Add a parameter that allows you to store the SHA1 sum to either a
memory location or a variable.

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