diff options
Diffstat (limited to 'common/update.c')
| -rw-r--r-- | common/update.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/update.c b/common/update.c index 94d6a82ae..87941ec8a 100644 --- a/common/update.c +++ b/common/update.c @@ -297,7 +297,7 @@ got_update_file:  		printf("Processing update '%s' :",  			fit_get_name(fit, noffset, NULL)); -		if (!fit_image_check_hashes(fit, noffset)) { +		if (!fit_image_verify(fit, noffset)) {  			printf("Error: invalid update hash, aborting\n");  			ret = 1;  			goto next_node; |