Skip to content
Commit e46131b9 authored by Richard Weinberger's avatar Richard Weinberger
Browse files

ubi: block: Warn if volume size is not multiple of 512



If volume size is not a multiple of 512, ubi block cuts
off the last bytes of an volume since the block layer works
on 512 byte sectors.
This can happen especially on NOR flash with minimal io
size of 1.

To avoid unpleasant surprises, print a warning.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 9163e018
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment