]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/fit_info.c
Improve error handling in fit_common
[karo-tx-uboot.git] / tools / fit_info.c
index 50f3c8edf12ef2cde4c89572eece2bcdbfa54454..9442ff107249859ab9ab0afa78357057428ad6d9 100644 (file)
@@ -68,7 +68,7 @@ int main(int argc, char **argv)
                        break;
                }
 
-       ffd = mmap_fdt(cmdname, fdtfile, &fit_blob, &fsbuf, 0);
+       ffd = mmap_fdt(cmdname, fdtfile, &fit_blob, &fsbuf, false);
 
        if (ffd < 0) {
                printf("Could not open %s\n", fdtfile);