From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] cmd: mvebu/bubt: Fix default options in help
Date: Tue, 2 Feb 2021 15:55:39 +0100 [thread overview]
Message-ID: <144d14cc-a9fb-22ff-94e7-eaf7c86a8eb3@denx.de> (raw)
In-Reply-To: <20210127105602.2350-1-pali@kernel.org>
On 27.01.21 11:56, Pali Roh?r wrote:
> Default options depends on compile time defines.
>
> Signed-off-by: Pali Roh?r <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Thanks,
Stefan
> ---
> cmd/mvebu/bubt.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c
> index 4c58fd3c2e..b64996320c 100644
> --- a/cmd/mvebu/bubt.c
> +++ b/cmd/mvebu/bubt.c
> @@ -874,9 +874,9 @@ U_BOOT_CMD(
> bubt, 4, 0, do_bubt_cmd,
> "Burn a u-boot image to flash",
> "[file-name] [destination [source]]\n"
> - "\t-file-name The image file name to burn. Default = flash-image.bin\n"
> - "\t-destination Flash to burn to [spi, nand, mmc]. Default = active boot device\n"
> - "\t-source The source to load image from [tftp, usb, mmc]. Default = tftp\n"
> + "\t-file-name The image file name to burn. Default = " CONFIG_MVEBU_UBOOT_DFLT_NAME "\n"
> + "\t-destination Flash to burn to [spi, nand, mmc]. Default = " DEFAULT_BUBT_DST "\n"
> + "\t-source The source to load image from [tftp, usb, mmc]. Default = " DEFAULT_BUBT_SRC "\n"
> "Examples:\n"
> "\tbubt - Burn flash-image.bin from tftp to active boot device\n"
> "\tbubt flash-image-new.bin nand - Burn flash-image-new.bin from tftp to NAND flash\n"
>
Viele Gr??e,
Stefan
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de
next prev parent reply other threads:[~2021-02-02 14:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-27 10:56 [PATCH] cmd: mvebu/bubt: Fix default options in help Pali Rohár
2021-02-02 14:55 ` Stefan Roese [this message]
2021-02-08 11:39 ` Stefan Roese
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=144d14cc-a9fb-22ff-94e7-eaf7c86a8eb3@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox