[PATCH] commands: firmwareload: add CMD_GROUP
Sascha Hauer
s.hauer at pengutronix.de
Thu Oct 9 23:36:51 PDT 2014
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 at 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 at 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 |
More information about the barebox
mailing list