]> git.sur5r.net Git - u-boot/blobdiff - common/image-fdt.c
MAINTAINERS: SUNXI: Update maintainership
[u-boot] / common / image-fdt.c
index 3d23608c043ba0095f2b6a773dfb8864971cdd72..5454227fc9963213b18fe799e337333e95fee228 100644 (file)
@@ -503,7 +503,7 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob,
                lmb_free(lmb, (phys_addr_t)(u32)(uintptr_t)blob,
                         (phys_size_t)fdt_totalsize(blob));
 
-       ret = fdt_shrink_to_minimum(blob);
+       ret = fdt_shrink_to_minimum(blob, 0);
        if (ret < 0)
                goto err;
        of_size = ret;