dtoc: Update Fdt.GetNode() to handle the root node
[platform/kernel/u-boot.git] / tools / imx8image.c
index 2ccc0cc..1b428c3 100644 (file)
@@ -971,7 +971,7 @@ int imx8image_copy_image(int outfd, struct image_tool_params *mparams)
        fprintf(stdout, "CONTAINER SW VERSION:\t0x%04x\n", sw_version);
 
        build_container(soc, sector_size, emmc_fastboot,
-                       img_sp, true, fuse_version, sw_version, outfd);
+                       img_sp, false, fuse_version, sw_version, outfd);
 
        return 0;
 }