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