diff options
| author | Tom Rini <[email protected]> | 2021-08-04 21:18:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-04 21:18:33 -0400 |
| commit | ab97eb341cb4fdbd69e33bd4a53714db95b5b63e (patch) | |
| tree | 8eeb025ffe6d8c2c4a3dd79015e9f479a9ac6895 /cmd | |
| parent | 66217225f7987fbfecdcc4eca3f16d0ec188dc76 (diff) | |
| parent | 1fdafebdfc948f87af40980c6c5135afd96ecdf1 (diff) | |
Merge branch '2021-08-04-assorted-minor-fixes'
- Assorted fixes
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/blkcache.c | 3 | ||||
| -rw-r--r-- | cmd/mtdparts.c | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/cmd/blkcache.c b/cmd/blkcache.c index 25f252e455e..47ea1ec0b93 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" ); diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c index ed373a8c4da..3048700778b 100644 --- a/cmd/mtdparts.c +++ b/cmd/mtdparts.c @@ -2077,9 +2077,9 @@ static int do_mtdparts(struct cmd_tbl *cmdtp, int flag, int argc, /***************************************************/ U_BOOT_CMD( chpart, 2, 0, do_chpart, - "change active partition", + "change active partition of a MTD device", "part-id\n" - " - change active partition (e.g. part-id = nand0,1)" + " - change active partition (e.g. part-id = nand0,1) of a MTD device" ); #ifdef CONFIG_SYS_LONGHELP |
