Re: [PATCH] commands: firmwareload: add CMD_GROUP

2014-10-10 Thread Sascha Hauer
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.trumt...@pengutronix.de Applied, thanks Sascha ---

[PATCH] commands: firmwareload: add CMD_GROUP

2014-10-09 Thread 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.trumt...@pengutronix.de --- commands/firmwareload.c | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/firmwareload.c