All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
@ 2021-05-24  8:05 opensource.kab
  2021-06-19 17:32 ` Simon Glass
  2021-08-05  1:18 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: opensource.kab @ 2021-05-24  8:05 UTC (permalink / raw)
  To: u-boot; +Cc: wd, Adarsh Babu Kalepalli, Simon Glass

From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>

Modified the help text of 'chpart' command ,mentioning that it is
for MTD devices.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
---

 cmd/mtdparts.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/mtdparts.c b/cmd/mtdparts.c
index ed373a8c4d..3048700778 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
  2021-05-24  8:05 [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices opensource.kab
@ 2021-06-19 17:32 ` Simon Glass
  2021-08-05  1:18 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-06-19 17:32 UTC (permalink / raw)
  To: opensource.kab; +Cc: U-Boot Mailing List, Wolfgang Denk

On Mon, 24 May 2021 at 02:05, <opensource.kab@gmail.com> wrote:
>
> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
>
> Modified the help text of 'chpart' command ,mentioning that it is
> for MTD devices.
>
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> ---
>
>  cmd/mtdparts.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices
  2021-05-24  8:05 [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices opensource.kab
  2021-06-19 17:32 ` Simon Glass
@ 2021-08-05  1:18 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-08-05  1:18 UTC (permalink / raw)
  To: opensource.kab; +Cc: u-boot, wd, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

On Mon, May 24, 2021 at 01:35:39PM +0530, opensource.kab@gmail.com wrote:

> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> 
> Modified the help text of 'chpart' command ,mentioning that it is
> for MTD devices.
> 
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-05  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  8:05 [PATCH] cmd:(cosmetic)Mentioned in 'chpart' command HELP text that it is for MTD devices opensource.kab
2021-06-19 17:32 ` Simon Glass
2021-08-05  1:18 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.