[PATCH] commands: nand: add missing parameters to help
Sascha Hauer
sha at pengutronix.de
Tue Mar 21 01:13:01 PDT 2023
On Sun, Mar 19, 2023 at 04:39:31PM +0100, Wolfram Sang wrote:
> Signed-off-by: Wolfram Sang <wsa at kernel.org>
> ---
> commands/Kconfig | 4 +++-
> commands/nand.c | 2 +-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/commands/Kconfig b/commands/Kconfig
> index 27769950d9..76dfca2dfd 100644
> --- a/commands/Kconfig
> +++ b/commands/Kconfig
> @@ -1950,12 +1950,14 @@ config CMD_NAND
> help
> NAND flash handling
>
> - Usage: nand [-adb] NANDDEV
> + Usage: nand [-adbgi] NANDDEV
>
> Options:
> -a register a bad block aware device ontop of a normal NAND device
> -d deregister a bad block aware device
> -b OFFS mark block at OFFSet as bad
> + -g OFFS mark block at OFFSet as good
> + -i info. Show information about bad blocks
>
> config CMD_NANDTEST
> tristate
> diff --git a/commands/nand.c b/commands/nand.c
> index 67e43eba30..d07444aee0 100644
> --- a/commands/nand.c
> +++ b/commands/nand.c
> @@ -165,7 +165,7 @@ BAREBOX_CMD_HELP_END
> BAREBOX_CMD_START(nand)
> .cmd = do_nand,
> BAREBOX_CMD_DESC("NAND flash handling")
> - BAREBOX_CMD_OPTS("[-adb] NANDDEV")
> + BAREBOX_CMD_OPTS("[-adbgi] NANDDEV")
> BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
> BAREBOX_CMD_HELP(cmd_nand_help)
> BAREBOX_CMD_END
> --
> 2.35.1
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list