9
0
Fork 0

commands: firmwareload: add CMD_GROUP

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>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Steffen Trumtrar 2014-10-09 11:19:28 +02:00 committed by Sascha Hauer
parent b6eea869dc
commit 11632790da
1 changed files with 1 additions and 0 deletions

View File

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