cmd:Elaborate 'blkcache' cmd HELP statement

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>
This commit is contained in:
Adarsh Babu Kalepalli 2021-06-30 23:57:45 +05:30 committed by Tom Rini
parent e02c082287
commit f86eba03fa

View File

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