]> git.sur5r.net Git - u-boot/blobdiff - tools/image-host.c
vboot: Do not use hashed-strings offset
[u-boot] / tools / image-host.c
index 8e43671714b8936f572c47bd2971d492c7cbad71..be2d59b7c0d919fa428547e34d79820be9e56865 100644 (file)
@@ -135,6 +135,7 @@ static int fit_image_write_sig(void *fit, int noffset, uint8_t *value,
 
                ret = fdt_setprop(fit, noffset, "hashed-nodes",
                                   region_prop, region_proplen);
+               /* This is a legacy offset, it is unused, and must remain 0. */
                strdata[0] = 0;
                strdata[1] = cpu_to_fdt32(string_size);
                if (!ret) {