mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] commands: firmwareload: add CMD_GROUP
@ 2014-10-09  9:19 Steffen Trumtrar
  2014-10-10  6:36 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Steffen Trumtrar @ 2014-10-09  9:19 UTC (permalink / raw)
  To: barebox; +Cc: Steffen Trumtrar

To be able to build the documentation the CMD_GROUP macro needs
to be defined. Without this the firmwareload command breaks "make docs".

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
---
 commands/firmwareload.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commands/firmwareload.c b/commands/firmwareload.c
index a2596951a795..071f25be99b5 100644
--- a/commands/firmwareload.c
+++ b/commands/firmwareload.c
@@ -62,5 +62,6 @@ BAREBOX_CMD_HELP_END
 BAREBOX_CMD_START(firmwareload)
 	.cmd = do_firmwareload,
 	BAREBOX_CMD_DESC("Program a firmware file into a device")
+	BAREBOX_CMD_GROUP(CMD_GRP_MISC)
 	BAREBOX_CMD_HELP(cmd_firmwareload_help)
 BAREBOX_CMD_END
-- 
2.1.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] commands: firmwareload: add CMD_GROUP
  2014-10-09  9:19 [PATCH] commands: firmwareload: add CMD_GROUP Steffen Trumtrar
@ 2014-10-10  6:36 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-10-10  6:36 UTC (permalink / raw)
  To: Steffen Trumtrar; +Cc: barebox

On Thu, Oct 09, 2014 at 11:19:28AM +0200, Steffen Trumtrar wrote:
> To be able to build the documentation the CMD_GROUP macro needs
> to be defined. Without this the firmwareload command breaks "make docs".
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>

Applied, thanks

Sascha

> ---
>  commands/firmwareload.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/commands/firmwareload.c b/commands/firmwareload.c
> index a2596951a795..071f25be99b5 100644
> --- a/commands/firmwareload.c
> +++ b/commands/firmwareload.c
> @@ -62,5 +62,6 @@ BAREBOX_CMD_HELP_END
>  BAREBOX_CMD_START(firmwareload)
>  	.cmd = do_firmwareload,
>  	BAREBOX_CMD_DESC("Program a firmware file into a device")
> +	BAREBOX_CMD_GROUP(CMD_GRP_MISC)
>  	BAREBOX_CMD_HELP(cmd_firmwareload_help)
>  BAREBOX_CMD_END
> -- 
> 2.1.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2014-10-10  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-09  9:19 [PATCH] commands: firmwareload: add CMD_GROUP Steffen Trumtrar
2014-10-10  6:36 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox