]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: host: Print out the block size of the host device
authorBin Meng <bmeng@tinylab.org>
Tue, 26 Sep 2023 08:43:36 +0000 (16:43 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Oct 2023 20:25:48 +0000 (16:25 -0400)
commit256f6da8cfbb0349fda9bc4a3fcfd74e5f5d8465
tree67b068e3e06fb02e00cc8fe2b44080124b3bd39b
parente261fbf347854c75de50dd410904b436d49a7636
cmd: host: Print out the block size of the host device

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 <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/host.c
test/dm/host.c