image: Rename fit_image_check_hashes() to fit_image_verify()
[oweals/u-boot.git] / common / image.c
index 3aefd2af160b1ff9d8d64628af8f00af153175a7..7412a0ef48938dc2d32d7c95447395bdbe50341e 100644 (file)
@@ -1210,7 +1210,7 @@ static int fit_check_fdt(const void *fit, int fdt_noffset, int verify)
 
        if (verify) {
                puts("   Verifying Hash Integrity ... ");
-               if (!fit_image_check_hashes(fit, fdt_noffset)) {
+               if (!fit_image_verify(fit, fdt_noffset)) {
                        fdt_error("Bad Data Hash");
                        return 0;
                }