summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-05-07 06:12:02 +0000
committerTom Rini <trini@ti.com>2013-05-14 15:37:25 -0400
commitd8b75360eed3a117c0fc516e38a5ccc31df459eb (patch)
tree83816fb2b9f179f6d1f3edc09796732dba7e9cf2 /include
parentbbb467dc3c79537eebc4d3551576a17f627e5e41 (diff)
downloadtalos-obmc-uboot-d8b75360eed3a117c0fc516e38a5ccc31df459eb.tar.gz
talos-obmc-uboot-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')
-rw-r--r--include/image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/image.h b/include/image.h
index f82d709ae1..aa93d9eccc 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
OpenPOWER on IntegriCloud