mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
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:
parent
e02c082287
commit
f86eba03fa
@ -83,5 +83,6 @@ U_BOOT_CMD(
|
|||||||
blkcache, 4, 0, do_blkcache,
|
blkcache, 4, 0, do_blkcache,
|
||||||
"block cache diagnostics and control",
|
"block cache diagnostics and control",
|
||||||
"show - show and reset statistics\n"
|
"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"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user