]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/fit_image.c
image: Support signing of images
[karo-tx-uboot.git] / tools / fit_image.c
index cc123dd37adf81996346e7f776f72f21dee8f4f8..ef6ef44dc9de9558f0d1348eca5ee29e22d2e057 100644 (file)
@@ -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(ptr)) {
+       if (fit_add_verification_data(NULL, NULL, ptr, NULL, 0)) {
                fprintf (stderr, "%s Can't add hashes to FIT blob",
                                params->cmdname);
                goto err_add_hashes;