[PATCH] commands: firmwareload: add CMD_GROUP

Steffen Trumtrar s.trumtrar at pengutronix.de
Thu Oct 9 02:19:28 PDT 2014


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>
---
 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




More information about the barebox mailing list