bcm63xx: Move the OpenWrt rootfs length field
[openwrt/openwrt.git] / tools / firmware-utils / src / imagetag.c
index a7b9babd3e911f98e91f8893f2dc359f6a8ea43a..bebaba2f29dee03abbd9c89f2cc9cc50476ae48d 100644 (file)
@@ -361,10 +361,6 @@ int tagfile(const char *kernel, const char *rootfs, const char *bin, \
          strncpy(tag.information2, args->info2_arg, TAGINFO2_LEN);
        }
 
-       if (args->reserved1_given) {
-         strncpy(tag.reserved1, args->reserved1_arg, 8);
-       }
-
        if (args->reserved2_given) {
          strncpy(tag.reserved2, args->reserved2_arg, 16);
        }