Skip to content
Commit 1b1f9a9d authored by Stefan Roese's avatar Stefan Roese
Browse files

UBI: Ensure that "background thread" operations are really executed



The current U-Boot UBI implementation is copied from Linux. In this
porting the UBI background thread was not handled correctly. Upon write
operations ubi_wl_flush() makes sure, that all queued operations, like
page-erase, are completed. But this is missing for read operations.

This patch now makes sure that such operations (like scrubbing upon
bit-flip errors) are not queued, but executed directly.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent a2a0a717
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment