]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Convert fit_image_hash_set_value() to static, and rename
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:56 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commitb7260910dca95b8a608d3721e0584484e887d756
tree311515140e87afb68a0966431532d190e61de998
parent94e5fa46a0d1516ee441a394aa2141db663322f6
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>
include/image.h
tools/image-host.c