[PATCH 09/15] blk: blkmap: Support mapping to device of any block size
Simon Glass
sjg at chromium.org
Mon Oct 2 03:16:54 CEST 2023
On Tue, 26 Sept 2023 at 02:53, Bin Meng <bmeng at tinylab.org> wrote:
>
> 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 at tinylab.org>
> ---
>
> drivers/block/blkmap.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list