summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2013-05-07 06:11:56 +0000
committerTom Rini <trini@ti.com>2013-05-14 15:37:25 -0400
commitb7260910dca95b8a608d3721e0584484e887d756 (patch)
tree311515140e87afb68a0966431532d190e61de998 /include
parent94e5fa46a0d1516ee441a394aa2141db663322f6 (diff)
image: Convert fit_image_hash_set_value() to static, and rename
This function doesn't need to be exported, and with verification we want to use it for setting the 'value' property in any node, so rename it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/image.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/image.h b/include/image.h
index 21d92137e8..dc8f8b10c4 100644
--- a/include/image.h
+++ b/include/image.h
@@ -614,8 +614,6 @@ int fit_image_hash_get_ignore(const void *fit, int noffset, int *ignore);
int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
int fit_set_hashes(void *fit);
int fit_image_set_hashes(void *fit, int image_noffset);
-int fit_image_hash_set_value(void *fit, int noffset, uint8_t *value,
- int value_len);
int fit_image_check_hashes(const void *fit, int noffset);
int fit_all_image_check_hashes(const void *fit);