diff mbox series

[v2] cmd:Elaborate 'blkcache' cmd HELP statement

Message ID 20210630182745.8239-1-opensource.kab@gmail.com
State Accepted
Commit f86eba03fa2314e13ff91591ad762d0df2c6e9fe
Delegated to: Tom Rini
Headers show
Series [v2] cmd:Elaborate 'blkcache' cmd HELP statement | expand

Commit Message

Adarsh Babu Kalepalli June 30, 2021, 6:27 p.m. UTC
From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>

HELP description is provided for ‘configure’ sub-command
of ‘blkcache’.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
---

(no changes since v1)

 cmd/blkcache.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Simon Glass July 5, 2021, 3:29 p.m. UTC | #1
On Wed, 30 Jun 2021 at 12:27, <opensource.kab@gmail.com> wrote:
>
> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
>
> HELP description is provided for ‘configure’ sub-command
> of ‘blkcache’.
>
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> ---
>
> (no changes since v1)
>
>  cmd/blkcache.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini Aug. 5, 2021, 1:19 a.m. UTC | #2
On Wed, Jun 30, 2021 at 11:57:45PM +0530, opensource.kab@gmail.com wrote:

> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> 
> HELP description is provided for ‘configure’ sub-command
> of ‘blkcache’.
> 
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..47ea1ec0b9 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -83,5 +83,6 @@  U_BOOT_CMD(
 	blkcache, 4, 0, do_blkcache,
 	"block cache diagnostics and control",
 	"show - show and reset statistics\n"
-	"blkcache configure blocks entries\n"
+	"blkcache configure <blocks> <entries> "
+	"- set max blocks per entry and max cache entries\n"
 );