mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-15 17:41:51 +02:00
writting to ubi nand partitions need after write ends an erase of the remaining sectors. This fail, if dfu write size was not a multiple of erasesize, example log: Failure erase: -1 Fix this error. Signed-off-by: Heiko Schocher <hs@denx.de>