]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UBI: initialise update marker
authorPeter Horton <zero@colonel-panic.org>
Sat, 12 Jun 2010 01:11:56 +0000 (10:11 +0900)
committerWolfgang Denk <wd@denx.de>
Tue, 22 Jun 2010 22:00:05 +0000 (00:00 +0200)
commitceeba0030844b2e84ce4e47f4be7ad347cd1e827
tree8903a60773f7df2da0afcc95967bd2c3892db4e3
parentb8c4eea56b5f41f9bdbb89d3d5c79b7d282d513c
UBI: initialise update marker

UBI: initialise update marker

The in kernel copy of a volume's update marker is not initialised from the
volume table. This means that volumes where an update was unfinnished will
not be treated as "forbidden to use". This is basically that the update
functionality was broken.

Signed-off-by: Peter Horton <zero@colonel-panic.org>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Stefan Roese <sr@denx.de>
drivers/mtd/ubi/vtbl.c