commit | d8b75360eed3a117c0fc516e38a5ccc31df459eb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 07 06:12:02 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | 83816fb2b9f179f6d1f3edc09796732dba7e9cf2 | |
parent | bbb467dc3c79537eebc4d3551576a17f627e5e41 [diff] |
image: Rename hash printing to fit_image_print_verification_data() This function will be used to print signatures as well as hashes, so rename it. Also make it static since it is not used outside this file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>