diff options
| author | Simon Glass <sjg@chromium.org> | 2013-05-07 06:12:02 +0000 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-05-14 15:37:25 -0400 | 
| commit | d8b75360eed3a117c0fc516e38a5ccc31df459eb (patch) | |
| tree | 83816fb2b9f179f6d1f3edc09796732dba7e9cf2 /include/image.h | |
| parent | bbb467dc3c79537eebc4d3551576a17f627e5e41 (diff) | |
| download | olio-uboot-2014.01-d8b75360eed3a117c0fc516e38a5ccc31df459eb.tar.xz olio-uboot-2014.01-d8b75360eed3a117c0fc516e38a5ccc31df459eb.zip | |
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>
Diffstat (limited to 'include/image.h')
| -rw-r--r-- | include/image.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/image.h b/include/image.h index f82d709ae..aa93d9ecc 100644 --- a/include/image.h +++ b/include/image.h @@ -556,7 +556,6 @@ int fit_parse_subimage(const char *spec, ulong addr_curr,  void fit_print_contents(const void *fit);  void fit_image_print(const void *fit, int noffset, const char *p); -void fit_image_print_hash(const void *fit, int noffset, const char *p);  /**   * fit_get_end - get FIT image size |