All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement
@ 2021-06-01  6:05 opensource.kab
  2021-06-26 18:29 ` Simon Glass
  0 siblings, 1 reply; 2+ messages in thread
From: opensource.kab @ 2021-06-01  6:05 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, 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>
---

 cmd/blkcache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..89ae52150a 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -84,4 +84,5 @@ U_BOOT_CMD(
 	"block cache diagnostics and control",
 	"show - show and reset statistics\n"
 	"blkcache configure blocks entries\n"
+	"	- configure 'max blocks/entry' to 'blocks' and 'max cache entries' to 'entries'\n"
 );
-- 
2.17.1


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

end of thread, other threads:[~2021-06-26 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01  6:05 [PATCH] cmd:Elaborate ‘blkcache’ cmd HELP statement opensource.kab
2021-06-26 18:29 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.