]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Rename fit_add_hashes() to fit_add_verification_data()
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:12:01 +0000 (06:12 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commitbbb467dc3c79537eebc4d3551576a17f627e5e41
treed4569a587c6da61ab22787232d19bdb134c3c351
parent003efd7da48390d32956c24ab0d337ad452c83d2
image: Rename fit_add_hashes() to fit_add_verification_data()

We intend to add signatures to FITs also, so rename this function so that
it is not specific to hashing. Also rename fit_image_set_hashes() and
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>
include/image.h
tools/fit_image.c
tools/image-host.c