diff options
Diffstat (limited to 'tools/fit_image.c')
| -rw-r--r-- | tools/fit_image.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/fit_image.c b/tools/fit_image.c index ef6ef44dc..339e0f8df 100644 --- a/tools/fit_image.c +++ b/tools/fit_image.c @@ -137,7 +137,7 @@ static int fit_handle_file (struct mkimage_params *params)  		goto err_mmap;  	/* set hashes for images in the blob */ -	if (fit_add_verification_data(NULL, NULL, ptr, NULL, 0)) { +	if (fit_add_verification_data(params->keydir, NULL, ptr, NULL, 0)) {  		fprintf (stderr, "%s Can't add hashes to FIT blob",  				params->cmdname);  		goto err_add_hashes; |