Re: [PATCH 12/15] cmd: blk_common: Stop using hard-coded block size for Sandbox operations

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 04:09, Bin Meng wrote: > > commit 3d2fc7971454 ("cmd: blk: Allow generic read/write operations to work > in sandbox") > used the hard-coded block size (512) for accessing the sandbox host > device. Now that we have added support for non-512 block size for both > Sandbox

[PATCH 12/15] cmd: blk_common: Stop using hard-coded block size for Sandbox operations

2023-09-26 Thread Bin Meng
commit 3d2fc7971454 ("cmd: blk: Allow generic read/write operations to work in sandbox") used the hard-coded block size (512) for accessing the sandbox host device. Now that we have added support for non-512 block size for both Sandbox host device and blkmap driver, let's stop using the