sparc: Use image_setup_linux() instead of local code
[platform/kernel/u-boot.git] / common / update.c
index 94d6a82..87941ec 100644 (file)
@@ -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;