commit | 881e475ee1505f70cbd779e4cd360ec1523a27d5 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:33 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:19:43 2023 -0400 |
tree | 2589c2bb478a4c1f50c5b4e6d0f6fdf3c616406b | |
parent | c3e784cb5fa5072ef56247b9fe9df0c760b820cb [diff] |
blk: sandbox: Support binding a device with a given logical block size Allow optionally set the logical block size of the host device to bind in the "host bind" command. If not given, defaults to 512. Signed-off-by: Bin Meng <bmeng@tinylab.org>