]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/ubi/vtbl.c
ARM: OMAP4+: Change the PRCM structure prototype common for all Socs
[u-boot] / drivers / mtd / ubi / vtbl.c
index 9264ac68e8901837d4ab9f5d84f76ec93b48b747..f679f06494b6c79f355976826695693aead1efd0 100644 (file)
@@ -520,6 +520,7 @@ static int init_volumes(struct ubi_device *ubi, const struct ubi_scan_info *si,
                vol->reserved_pebs = be32_to_cpu(vtbl[i].reserved_pebs);
                vol->alignment = be32_to_cpu(vtbl[i].alignment);
                vol->data_pad = be32_to_cpu(vtbl[i].data_pad);
+               vol->upd_marker = vtbl[i].upd_marker;
                vol->vol_type = vtbl[i].vol_type == UBI_VID_DYNAMIC ?
                                        UBI_DYNAMIC_VOLUME : UBI_STATIC_VOLUME;
                vol->name_len = be16_to_cpu(vtbl[i].name_len);