]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UBI: init eba tables before wl when attaching a device
authorHolger Brunck <holger.brunck@keymile.com>
Mon, 10 Oct 2011 11:08:19 +0000 (13:08 +0200)
committerStefan Roese <sr@denx.de>
Wed, 12 Oct 2011 09:36:05 +0000 (11:36 +0200)
commitd63894654df72b010de2abb4b3f07d0d755f65b6
treefa28dcd2b07e3d8d3e992fd621cf59eab9477596
parent349a8d5e56db4c0b199123d31ff5c0be67a39a42
UBI: init eba tables before wl when attaching a device

This fixes that u-boot gets stuck when a bitflip was detected
during "ubi part <ubi_device>". If a bitflip was detected UBI tries
to copy the PEB to a different place. This needs that the eba table
are initialized, but this was done after the wear levelling worker
detects the bitflip. So changes the initialisation of these two
tasks in u-boot.

This is a u-boot specific patch and not needed in the linux layer,
because due to commit 1b1f9a9d00447d
UBI: Ensure that "background thread" operations are really executed
we schedule these tasks in place and not as in linux after the inital
task which schedule this new task is finished.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/ubi/build.c