public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement
@ 2021-06-30 18:27 opensource.kab
  2021-07-05 15:29 ` Simon Glass
  2021-08-05  1:19 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: opensource.kab @ 2021-06-30 18:27 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass, Adarsh Babu Kalepalli

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(-)

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"
 );
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-05  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 18:27 [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement opensource.kab
2021-07-05 15:29 ` Simon Glass
2021-08-05  1:19 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox