]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: Rename fit_image_check_hashes() to fit_image_verify()
authorSimon Glass <sjg@chromium.org>
Tue, 7 May 2013 06:11:57 +0000 (06:11 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commitb8da8366500f7a88f1f5117f22f713fe920bcdd9
tree1d318bff195eba6aa99b7cde7758c3f3641b2f38
parentb7260910dca95b8a608d3721e0584484e887d756
image: Rename fit_image_check_hashes() to fit_image_verify()

This is the main entry point to the FIT image verification code. We will
be using it to handle image verification with signatures, so rename the
function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/cmd_bootm.c
common/cmd_fpga.c
common/cmd_source.c
common/cmd_ximg.c
common/image-fit.c
common/image.c
common/update.c
include/image.h