| commit | ec7381fbf6f77cc465eb06a1ab6f8a99df1e487c | [log] [tgz] |
|---|---|---|
| author | Simon Glass <sjg@chromium.org> | Wed Dec 05 14:46:34 2012 +0000 |
| committer | Tom Rini <trini@ti.com> | Tue Dec 11 13:17:33 2012 -0700 |
| tree | d352d38e00ee2cc7d404daa88842435df53a97d9 | |
| parent | a7d1d765793a05c0d6f7547122339dbecc94f6c3 [diff] |
sha256: Use const where possible and add watchdog function In preparation for making the hash function common, we may as well use const where we can. Also add a watchdog version of the hashing function. Signed-off-by: Simon Glass <sjg@chromium.org>