Re: [PATCH 06/15] cmd: host: Print out the block size of the host device

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 02:53, Bin Meng wrote: > > It's useful if we can print out the block size of the host device > in the "host info" command. > > Signed-off-by: Bin Meng > --- > > cmd/host.c | 7 --- > test/dm/host.c | 20 ++-- > 2 files changed, 14 insertions(+), 1

[PATCH 06/15] cmd: host: Print out the block size of the host device

2023-09-26 Thread Bin Meng
It's useful if we can print out the block size of the host device in the "host info" command. Signed-off-by: Bin Meng --- cmd/host.c | 7 --- test/dm/host.c | 20 ++-- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/cmd/host.c b/cmd/host.c index 2334ccd