commit | 249f351760057f8ad80d146fc628fd5bc4ce155c | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:39 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:25:48 2023 -0400 |
tree | 04127225f3a8f3ca442a81af81cb7f581e9c8d99 | |
parent | a5f93a1d335bf3719b805de736809585793c1fb3 [diff] |
blk: blkmap: Support mapping to device of any block size At present if a device to map has a block size other than 512, the blkmap map process just fails. There is no reason why we can't just use the block size of the mapped device. Signed-off-by: Bin Meng <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>