Re: [U-Boot] [PATCH] UBI: initialise update marker

2010-06-22 Thread Wolfgang Denk
Dear Kyungmin Park, In message <20100612011156.ga23...@july> you wrote: > From: Peter Horton > > 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 tre

[U-Boot] [PATCH] UBI: initialise update marker

2010-06-11 Thread Kyungmin Park
From: Peter Horton 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.

[U-Boot] [PATCH] UBI: initialise update marker

2010-06-11 Thread Kyungmin Park
From: Peter Horton 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