]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/image-fit.c
Kconfig: Move CONFIG_FIT and related options to Kconfig
[people/ms/u-boot.git] / common / image-fit.c
index fbd9e0d770571148ad4f79483bace326e9b9dc6b..f3b8aacf3924f5d04c17678fe37987ec1bd0295c 100644 (file)
@@ -1101,8 +1101,9 @@ int fit_all_image_verify(const void *fit)
                         * Direct child node of the images parent node,
                         * i.e. component image node.
                         */
-                       printf("   Hash(es) for Image %u (%s): ", count++,
+                       printf("   Hash(es) for Image %u (%s): ", count,
                               fit_get_name(fit, noffset, NULL));
+                       count++;
 
                        if (!fit_image_verify(fit, noffset))
                                return 0;