commit | 6b3ff98da41a084658877282057adeb59ff6e9f2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 24 17:33:11 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:09:21 2013 -0800 |
tree | 6bf3d26a57cb2176824143f71fd9397e2f68c951 | |
parent | 8ec21bbe5c45fc80ca74eb403ab5b00a9e1f699f [diff] |
Tidy up error checking and fix bug in hash command There are two problems: 1. The argument count needs to be checked before argv is used 2. When verify is not enabled, we need to define a constant zero value Signed-off-by: Simon Glass <sjg@chromium.org>