diff options
| author | Wolfgang Denk <[email protected]> | 2010-06-23 00:40:03 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-06-23 00:40:03 +0200 |
| commit | eb77c9bdeac3963f14d122cccaadcfa248124a0e (patch) | |
| tree | 201f4962c89f21f4cdcc0287d51ca64467339939 /drivers | |
| parent | 1a27f7d9c27671e7ae3cd0a3ee316149fa0824dc (diff) | |
| parent | 47ea6edfb3004fb2d2a979e19c3f6e4e32f45e51 (diff) | |
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/ubi/vtbl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/vtbl.c b/drivers/mtd/ubi/vtbl.c index 9264ac68e89..f679f06494b 100644 --- a/drivers/mtd/ubi/vtbl.c +++ b/drivers/mtd/ubi/vtbl.c @@ -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); |
