commit | 256f6da8cfbb0349fda9bc4a3fcfd74e5f5d8465 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Tue Sep 26 16:43:36 2023 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 10 16:25:48 2023 -0400 |
tree | 67b068e3e06fb02e00cc8fe2b44080124b3bd39b | |
parent | e261fbf347854c75de50dd410904b436d49a7636 [diff] |
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>