diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-04 21:18:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-04 21:18:33 -0400 |
commit | ab97eb341cb4fdbd69e33bd4a53714db95b5b63e (patch) | |
tree | 8eeb025ffe6d8c2c4a3dd79015e9f479a9ac6895 /cmd/blkcache.c | |
parent | 66217225f7987fbfecdcc4eca3f16d0ec188dc76 (diff) | |
parent | 1fdafebdfc948f87af40980c6c5135afd96ecdf1 (diff) |
Merge branch '2021-08-04-assorted-minor-fixes'
- Assorted fixes
Diffstat (limited to 'cmd/blkcache.c')
-rw-r--r-- | cmd/blkcache.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" ); |