ARM: OMAP: I2C: New read, write and probe functions
[platform/kernel/u-boot.git] / common / cmd_source.c
index f0d7f52..a440614 100644 (file)
@@ -127,7 +127,7 @@ source (ulong addr, const char *fit_uname)
 
                /* verify integrity */
                if (verify) {
-                       if (!fit_image_check_hashes (fit_hdr, noffset)) {
+                       if (!fit_image_verify(fit_hdr, noffset)) {
                                puts ("Bad Data Hash\n");
                                return 1;
                        }